freebsd-ports/textproc/p5-XML-TreePP/Makefile

26 lines
505 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-XML-TreePP
# Date created: 2006-08-14
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= XML-TreePP
2008-01-05 15:39:06 +01:00
PORTVERSION= 0.33
CATEGORIES= textproc perl5
2007-08-27 04:02:16 +02:00
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>