22 lines
481 B
Makefile
22 lines
481 B
Makefile
# Created by: Jonathan Weiss (<jw@innerewut.de>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= activesupport
|
|
PORTVERSION= 3.2.22.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Utility classes and extension that are required by Rails MVC Framework
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-i18n>=0.6.4:devel/rubygem-i18n \
|
|
rubygem-multi_json>=1.0:devel/rubygem-multi_json
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|