2006-08-14 09:23:45 +02:00
|
|
|
# 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
|
2006-08-14 09:23:45 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2007-08-27 04:02:16 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-08-14 09:23:45 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-12-11 06:32:56 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-08-14 09:23:45 +02:00
|
|
|
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}
|
|
|
|
|
2006-12-11 06:32:56 +01:00
|
|
|
.include <bsd.port.mk>
|