mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
- 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)
19 lines
355 B
Makefile
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>
|