mirror of https://git.FreeBSD.org/ports.git
25 lines
558 B
Makefile
25 lines
558 B
Makefile
PORTNAME= XML-SAX-Simple
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= SAX version of XML::Simple
|
|
WWW= https://metacpan.org/release/XML-SAX-Simple
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-XML-Handler-Trees>=0.2:textproc/p5-XML-Handler-Trees \
|
|
p5-XML-SAX>=0.99:textproc/p5-XML-SAX \
|
|
p5-XML-Simple>=2.22:textproc/p5-XML-Simple
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|