freebsd-ports/devel/rubygem-systemu/Makefile
Sunpoet Po-Chuan Hsieh c3d740f04e Update to 2.6.5
- 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)
2017-12-29 18:48:09 +00:00

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>