opnsense-ports/textproc/p5-XML-Parser-Lite/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

23 lines
471 B
Makefile

# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
# $FreeBSD$
PORTNAME= XML-Parser-Lite
PORTVERSION= 0.721
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Lightweight regexp-based XML parser
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Requires>=0.06:devel/p5-Test-Requires \
p5-XMLRPC-Lite>=0:net/p5-XMLRPC-Lite
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>