freebsd-ports/devel/rubygem-powerpack/Makefile
Michael Moll 398b865f67 new port: devel/rubygem-powerpack
Powerpack offers some useful extensions to the standard Ruby classes.
Comparable to ActiveSupport, but less ambitious and more modular.

WWW: https://github.com/bbatsov/powerpack
2015-10-05 22:02:38 +00:00

19 lines
306 B
Makefile

# $FreeBSD$
PORTNAME= powerpack
PORTVERSION= 0.1.1
CATEGORIES= devel ruby
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Extensions to core Ruby classes
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>