- Add LICENSE - Pass maintainership to ruby@ Changes: https://github.com/ahoward/systemu/commits/master PR: 224697 Submitted by: sunpoet (myself) Approved by: Renaud Chaput <renchap@cocoa-x.com> (maintainer)
21 lines
383 B
Makefile
21 lines
383 B
Makefile
# Created by: renchap@cocoa-x.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= systemu
|
|
PORTVERSION= 2.6.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Portable replacement for popen4
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
|
|
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|