1e443545d0
COMMENT should not begin with 'A' or 'An' Maintainers were notified and given time to object.
19 lines
411 B
Makefile
19 lines
411 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= erubis
|
|
PORTVERSION= 2.7.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast, secure, and 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>
|