2005-07-20 15:57:44 +02:00
|
|
|
# Ports collection makefile for: gem-actionpack
|
|
|
|
# Date created: 27 May 2005
|
2005-07-21 01:34:35 +02:00
|
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
2005-07-20 15:57:44 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= actionpack
|
2006-04-25 22:35:51 +02:00
|
|
|
PORTVERSION= 1.12.1
|
2006-01-21 21:25:07 +01:00
|
|
|
CATEGORIES= www rubygems
|
2006-08-08 13:35:27 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2005-07-20 15:57:44 +02:00
|
|
|
|
2005-07-21 01:34:35 +02:00
|
|
|
MAINTAINER= jw@innerewut.de
|
2005-07-20 15:57:44 +02:00
|
|
|
COMMENT= Action Controller and Action View of Rails MVC Framework
|
|
|
|
|
2006-04-25 22:35:51 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-1.3.1.gemspec:${PORTSDIR}/devel/rubygem-activesupport
|
2005-07-20 15:57:44 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
|
|
.include <bsd.port.post.mk>
|