freebsd-ports/devel/rubygem-activesupport4/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

27 lines
664 B
Makefile

# Created by: Jonathan Weiss (<jw@innerewut.de>)
# $FreeBSD$
PORTNAME= activesupport
PORTVERSION= 4.2.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
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.9:devel/rubygem-i18n \
rubygem-json>=1.7.7:devel/rubygem-json \
rubygem-minitest>=5.1:devel/rubygem-minitest \
rubygem-thread_safe>=0.3:devel/rubygem-thread_safe \
rubygem-tzinfo>=1.1:devel/rubygem-tzinfo
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>