ports/devel/rubygem-mixlib-shellout/Makefile
Sunpoet Po-Chuan Hsieh c78821c5be Update to 2.2.7
- Add LICENSE
- Update WWW

Changes:	https://github.com/chef/mixlib-shellout/blob/master/CHANGELOG.md
PR:		220774
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2017-07-31 15:50:24 +00:00

19 lines
355 B
Makefile

# Created by: ndewing@experts-exchange.com
# $FreeBSD$
PORTNAME= mixlib-shellout
PORTVERSION= 2.2.7
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= nickdewing@gmail.com
COMMENT= Shell interface that also collects stdout and stderr
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>