1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/textproc/p5-XML-Parser-Lite/Makefile
2021-04-06 16:31:07 +02:00

23 lines
460 B
Makefile

# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
PORTNAME= XML-Parser-Lite
PORTVERSION= 0.722
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>