freebsd-ports/devel/rubygem-gem_plugin/Makefile
Alexander Logvinov 9463ff6e5b Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	tabthorpe (mentor)
2009-05-28 20:44:16 +00:00

24 lines
459 B
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.3
CATEGORIES= devel rubygems
MASTER_SITES= RF
MASTER_SITE_SUBDIR= mongrel
MAINTAINER= avl@FreeBSD.org
COMMENT= Gem Based Plugin System
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/gpgen
.include <bsd.port.mk>