opnsense-ports/www/rubygem-actionpack/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

28 lines
930 B
Makefile

# Created by: Jonathan Weiss (<jw@innerewut.de>)
# $FreeBSD$
PORTNAME= actionpack
PORTVERSION= 3.2.19
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Action Controller and Action View of Rails MVC Framework
LICENSE= MIT
RUN_DEPENDS= rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \
rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder \
rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \
rubygem-journey>=1.0.4:${PORTSDIR}/www/rubygem-journey \
rubygem-rack>=1.4.5:${PORTSDIR}/www/rubygem-rack \
rubygem-rack-cache>=1.2:${PORTSDIR}/www/rubygem-rack-cache \
rubygem-rack-test>=0.6.1:${PORTSDIR}/www/rubygem-rack-test \
rubygem-sprockets>=2.2.1:${PORTSDIR}/devel/rubygem-sprockets
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>