Cheng-Lung Sung 4da9cd9764 - Update to 2.6.4
PR:		ports/133526
Submitted by:	pgollucci
2009-04-24 07:01:07 +00:00

24 lines
530 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.4
CATEGORIES= www rubygems
MASTER_SITES= RF
MAINTAINER= clsung@freebsd.org
COMMENT= A fast, secure, and very extensible implementation of eRuby
BUILD_DEPENDS= rubygem-abstract>=1.0.0:${PORTSDIR}/devel/rubygem-abstract
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/erubis
.include <bsd.port.mk>