forked from Lainports/freebsd-ports
- Bump PORTREVISION when something other then BUILD_DEPENDS changes - Some minor verticle whitespace in some ports for consistency with the rest PR: ports/147551 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) With Hat: ruby
23 lines
444 B
Makefile
23 lines
444 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
MASTER_SITE_SUBDIR= mongrel
|
|
|
|
MAINTAINER= avl@FreeBSD.org
|
|
COMMENT= Gem Based Plugin System
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/gpgen
|
|
|
|
.include <bsd.port.mk>
|