mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
30403fe9ca
- Remove unneeded dependency on Test::Pod Changes: http://search.cpan.org/dist/XML-LibXML-Simple/ChangeLog PR: ports/176957 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
25 lines
527 B
Makefile
25 lines
527 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}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::LibXML::Simple.3
|
|
|
|
.include <bsd.port.mk>
|