Files
bsdports/perl/p5-XML-TreePP/Makefile
2019-12-26 07:26:06 +00:00

23 lines
448 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD:perl/Makefile 412349 2016-04-01 14:25:16Z mat $
PORTNAME= XML-TreePP
PORTVERSION= 0.43
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Pure Perl implementation for parsing/writing xml files
BUILD_DEPENDS= p5-libwww>=5.811:perl/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF