mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
19 lines
355 B
Makefile
19 lines
355 B
Makefile
# Created by: ndewing@experts-exchange.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mixlib-shellout
|
|
PORTVERSION= 2.3.2
|
|
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>
|