1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/rubygem-gem_plugin/Makefile
Pav Lucistnik c1d45fa024 GemPlugin is a system that lets your users install gems and lets you
load them as additional features to use in your software.  It
originated from the Mongrel (http://mongrel.rubyforge.org/) project
but proved useful enough to break out into a separate project.

WWW: http://mongrel.rubyforge.org/gem_plugin_rdoc/

PR:		ports/97532
Submitted by:	Rui Lopes <rgl@ruilopes.com>
2006-06-05 14:19:25 +00:00

34 lines
1.0 KiB
Makefile

# Ports collection makefile for: gem_plugin
# Date created: 20 May 2006
# Whom: Rui Lopes (<rgl ruilopes com>)
#
# $FreeBSD$
PORTNAME= gem_plugin
PORTVERSION= 0.2.1
CATEGORIES= devel rubygems
MASTER_SITES= http://rubyforge.org/frs/download.php/9199/
MAINTAINER= rgl@ruilopes.com
COMMENT= Gem Based Plugin System
BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake
RUN_DEPENDS= ${BUILD_DEPENDS}
# 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,^${CACHE_DIR}(/.+)$$,%%CACHE_DIR%%\1,g \
;s,${GEM_DOC_DIR}(/.+)?$$,%%GEM_DOC_DIR%%\1,g \
;s,${GEM_LIB_DIR}(/.+)?$$,%%GEM_LIB_DIR%%\1,g \
;s,^${SPEC_DIR}(/.+)$$,%%SPEC_DIR%%\1,g \
;s,^${GEMS_BASE_DIR}/(.+)$$,\1,g \
;s,^@dirrm (${SPEC_DIR}|${GEMS_DIR}|lib/ruby).*$$,,g \
' | ${TR} -s '\n') > temp-pkg-plist
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>