diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-31 06:58:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-31 06:58:51 +0000 |
commit | 9c974bdd1ce4b306601ddd4d816997afb8e27993 (patch) | |
tree | a48adb9e8ef070245f8b05dcb9c348e452de1b90 /www/rubygem-erubis | |
parent | 0415611416808eb806340aae59bf9566a4b76924 (diff) | |
download | ports-9c974bdd1ce4b306601ddd4d816997afb8e27993.tar.gz ports-9c974bdd1ce4b306601ddd4d816997afb8e27993.zip |
Notes
Diffstat (limited to 'www/rubygem-erubis')
-rw-r--r-- | www/rubygem-erubis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/rubygem-erubis/Makefile b/www/rubygem-erubis/Makefile index 7207b8b15bf4..d50310d45fb1 100644 --- a/www/rubygem-erubis/Makefile +++ b/www/rubygem-erubis/Makefile @@ -3,17 +3,19 @@ PORTNAME= erubis PORTVERSION= 2.7.0 +PORTREVISION= 1 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 +LICENSE= MIT USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/erubis .include <bsd.port.mk> |