2005-07-20 15:50:25 +02:00
|
|
|
# Ports collection makefile for: gem-activesupport
|
|
|
|
# Date created: 27 May 2005
|
2005-07-21 01:30:44 +02:00
|
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
2005-07-20 15:50:25 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= activesupport
|
2007-12-04 00:26:46 +01:00
|
|
|
PORTVERSION= 1.4.4
|
2006-01-21 21:25:07 +01:00
|
|
|
CATEGORIES= devel rubygems
|
2006-08-08 13:35:27 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2005-07-20 15:50:25 +02:00
|
|
|
|
2005-07-21 01:30:44 +02:00
|
|
|
MAINTAINER= jw@innerewut.de
|
2005-07-20 15:50:25 +02:00
|
|
|
COMMENT= Utility classes and extension that are required by Rails MVC Framework
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
|
2006-08-23 04:30:45 +02:00
|
|
|
# This target is only meant to be used by the port maintainer.
|
|
|
|
x-generate-plist:
|
|
|
|
(${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX} \
|
|
|
|
| ${SED} -E \
|
|
|
|
's,.*share/nls/.+$$,,g \
|
|
|
|
;s,^${GEM_CACHE}$$,%%GEM_CACHE%%,g \
|
|
|
|
;s,${GEM_DOC_DIR}(/.+)?$$,%%GEM_DOC_DIR%%\1,g \
|
|
|
|
;s,${GEM_LIB_DIR}(/.+)?$$,%%GEM_LIB_DIR%%\1,g \
|
|
|
|
;s,^${GEM_SPEC}$$,%%GEM_SPEC%%,g \
|
|
|
|
;s,^${GEMS_BASE_DIR}/(.+)$$,\1,g \
|
|
|
|
;s,^@dirrm (${SPEC_DIR}|${GEMS_DIR}|lib/ruby).*$$,,g \
|
|
|
|
' | ${TR} -s '\n') > temp-pkg-plist
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
.include <bsd.port.mk>
|