freebsd-ports/www/rubygem-erubis/Makefile
Sunpoet Po-Chuan Hsieh a32defea5d - Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
2010-12-25 16:55:41 +00:00

22 lines
496 B
Makefile

# Ports collection makefile for: rubygem-erubis
# Date created: 8 Oct 2008
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= erubis
PORTVERSION= 2.6.6
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A fast, secure, and very extensible implementation of eRuby
RUN_DEPENDS= rubygem-abstract>=1.0.0:${PORTSDIR}/devel/rubygem-abstract
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/erubis
.include <bsd.port.mk>