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

27 lines
549 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
PORTVERSION= 0.19
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
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>