diff options
Diffstat (limited to 'textproc/rubygem-htmlentities/Makefile')
-rw-r--r-- | textproc/rubygem-htmlentities/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/rubygem-htmlentities/Makefile b/textproc/rubygem-htmlentities/Makefile new file mode 100644 index 000000000000..4e7219128a41 --- /dev/null +++ b/textproc/rubygem-htmlentities/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: rubygem-htmlentities +# Date created: 2009-07-13 +# Whom: TERAMOTO Masahiro <markun@onohara.to> +# +# $FreeBSD$ +# + +PORTNAME= htmlentities +PORTVERSION= 4.0.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RF + +MAINTAINER= markun@onohara.to +COMMENT= HTML entity encoding and decoding for Ruby + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |