freebsd-ports/textproc/p5-XML-TreePP/Makefile
Cheng-Lung Sung 1be681874e - Update to 0.33
Changes:
2008-01-05 14:39:06 +00:00

25 lines
505 B
Makefile

# New ports collection makefile for: p5-XML-TreePP
# Date created: 2006-08-14
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= XML-TreePP
PORTVERSION= 0.33
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Pure Perl implementation for parsing/writing xml files
PERL_CONFIGURE= yes
MAN3= XML::TreePP.3
post-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/example/envxml.cgi ${EXAMPLESDIR}
.include <bsd.port.mk>