2009-07-14 00:13:24 +02:00
|
|
|
# New ports collection makefile for: rubygem-htmlentities
|
|
|
|
# Date created: 2009-07-13
|
|
|
|
# Whom: TERAMOTO Masahiro <markun@onohara.to>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= htmlentities
|
2011-05-03 05:34:42 +02:00
|
|
|
PORTVERSION= 4.3.0
|
2009-07-14 00:13:24 +02:00
|
|
|
CATEGORIES= textproc rubygems
|
2010-06-23 20:42:12 +02:00
|
|
|
MASTER_SITES= RG
|
2009-07-14 00:13:24 +02:00
|
|
|
|
|
|
|
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>
|