freebsd-ports/textproc/p5-XML-Parser-Lite-Tree/Makefile
Sunpoet Po-Chuan Hsieh d69a056377 - Add LICENSE
- Sort PLIST
- Pass maintainership to perl@
2015-06-13 13:57:21 +00:00

19 lines
307 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= XML-Parser-Lite-Tree
PORTVERSION= 0.14
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Lightweight XML tree builder
LICENSE= ART20
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>