pkgsrc/devel/ruby-mixlib-shellout/Makefile
jperkin 85c142ef88 Import devel/ruby-mixlib-shellout into pkgsrc.
Provides a simplified interface to shelling out yet still collecting
both standard out and standard error and providing full control over
environment, working directory, uid, gid, etc.
2014-06-03 13:15:33 +00:00

12 lines
336 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/06/03 13:15:33 jperkin Exp $
DISTNAME= mixlib-shellout-1.4.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/opscode/mixlib-shellout
COMMENT= Mixin library for subprocess management
LICENSE= apache-2.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"