forked from Lainports/freebsd-ports
- Document security issue in 3.2.7 [1] Submitted by: bdrewery [1] Reviewed by: swills [1] Security: 31db9a18-e289-11e1-a57d-080027a27dbf
29 lines
994 B
Makefile
29 lines
994 B
Makefile
# Ports collection makefile for: gem-actionpack
|
|
# Date created: 27 May 2005
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= actionpack
|
|
PORTVERSION= 3.2.8
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Action Controller and Action View of Rails MVC Framework
|
|
|
|
RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
|
|
rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \
|
|
rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder \
|
|
rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \
|
|
rubygem-journey>=1.0.1:${PORTSDIR}/www/rubygem-journey \
|
|
rubygem-rack>=1.4.0:${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.1.3:${PORTSDIR}/devel/rubygem-sprockets
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|