aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Parser-Lite/Makefile
blob: 7c930e1028fe21e8fcb1246281b1463a284f4372 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>