freebsd-ports/textproc/p5-Pod-XML/Makefile
Cheng-Lung Sung e1a85577ba Add p5-Pod-XML 0.96, module to convert POD to XML.
PR:		ports/100095
Submitted by:	chinsan <chinsan.tw at gmail.com>
2006-07-13 03:34:56 +00:00

27 lines
587 B
Makefile

# Ports collection makefile for: p5-Pod-XML
# Date created: 2006/07/11
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Pod-XML
PORTVERSION= 0.96
CATEGORIES= textproc devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Pod
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan.tw@gmail.com
COMMENT= Module to convert POD to XML
BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= pod2xml.1
MAN3= Pod::XML.3
.include <bsd.port.mk>