forked from Lainports/freebsd-ports
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
19 lines
306 B
Makefile
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>
|