freebsd-ports/textproc/p5-XML-Entities/Makefile
Wen Heping e0f6da3e82 XML::Entities provides a mapping from the standard XML entities
to their Unicode characters. A function for decoding is provided.
The mapping can be generated from a DTD file with entity definitions.

WWW:    http://search.cpan.org/dist/XML-Entities/
2010-11-03 08:06:45 +00:00

26 lines
705 B
Makefile

# New ports collection makefile for: p5-XML-Entities
# Date created: 2010-10-1
# Whom: Tom Judge <tom@tomjudge.com>
#
# $FreeBSD$
PORTNAME= XML-Entities
PORTVERSION= 1.0000
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tom@tomjudge.com
COMMENT= Generic classes for simplistic and perlish handling of XML data
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN3= XML::Entities.3pm XML::Entities::Data.3pm download-entities.pl.3pm
MAN1= download-entities.pl.1
.include <bsd.port.mk>