2013-09-11 09:12:18 +02:00
|
|
|
# Created by: Tom Judge <tom@tomjudge.com>
|
2010-11-03 09:06:45 +01:00
|
|
|
|
|
|
|
PORTNAME= XML-Entities
|
2016-03-25 18:48:59 +01:00
|
|
|
PORTVERSION= 1.0002
|
2010-11-03 09:06:45 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2018-11-06 22:13:54 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2010-11-03 09:06:45 +01:00
|
|
|
COMMENT= Generic classes for simplistic and perlish handling of XML data
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \
|
2016-04-01 16:25:16 +02:00
|
|
|
p5-libwww>=0:www/p5-libwww
|
2010-11-03 09:06:45 +01:00
|
|
|
|
2013-09-11 09:12:18 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-11-03 09:06:45 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|