1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/textproc/p5-XML-LibXML-Simple/Makefile
Andrej Zverev 073942c880 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:46:33 +00:00

24 lines
511 B
Makefile

# Created by: TERAMOTO Masahiro <markun@onohara.to>
# $FreeBSD$
PORTNAME= XML-LibXML-Simple
PORTVERSION= 0.93
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= XML::LibXML clone of XML::Simple::XMLin()
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-XML-LibXML>=1.64:${PORTSDIR}/textproc/p5-XML-LibXML
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>