2006-06-05 16:19:25 +02:00
|
|
|
# Ports collection makefile for: gem_plugin
|
|
|
|
# Date created: 20 May 2006
|
|
|
|
# Whom: Rui Lopes (<rgl ruilopes com>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gem_plugin
|
2007-12-14 04:44:08 +01:00
|
|
|
PORTVERSION= 0.2.3
|
2006-06-05 16:19:25 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2007-12-14 04:44:08 +01:00
|
|
|
MASTER_SITES= RF
|
2006-08-08 13:35:27 +02:00
|
|
|
MASTER_SITE_SUBDIR= mongrel
|
2006-06-05 16:19:25 +02:00
|
|
|
|
2009-05-28 22:44:16 +02:00
|
|
|
MAINTAINER= avl@FreeBSD.org
|
2006-06-05 16:19:25 +02:00
|
|
|
COMMENT= Gem Based Plugin System
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RAKE= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 03:16:03 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/gpgen
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|