freebsd-ports/sysutils/rubygem-sys-admin/Makefile
Sunpoet Po-Chuan Hsieh 0671bbc5bc Update to 1.7.5
- Add LICENSE_FILE
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/djberg96/sys-admin/blob/ffi/CHANGES.md
2021-02-17 18:29:32 +00:00

22 lines
416 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= sys-admin
PORTVERSION= 1.7.5
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Unified, cross platform replacement for the Etc module
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-ffi>=1.1<2:devel/rubygem-ffi
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>