67aa920afa
entities doubly-encoded. WWW: http://search.cpan.org/dist/XML-DoubleEncodedEntities/ PR: ports/133600 Submitted by: Wen Heping <wenheping at gmail.com>
23 lines
509 B
Makefile
23 lines
509 B
Makefile
# New ports collection makefile for: p5-XML-DoubleEncodedEntities
|
|
# Date created: 11 April, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-DoubleEncodedEntities
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Unbreak XML with Doubly-Encoded Entities
|
|
|
|
RUN_DEPENDS= p5-Test-Simple>=0.64:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::DoubleEncodedEntities.3
|
|
|
|
.include <bsd.port.mk>
|