2013-08-02 20:52:07 +02:00
|
|
|
# Created by: chinsan <chinsan.tw@gmail.com>
|
2006-07-13 05:34:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Pod-XML
|
2007-02-04 15:54:12 +01:00
|
|
|
PORTVERSION= 0.99
|
2015-02-25 20:12:54 +01:00
|
|
|
PORTREVISION= 3
|
2006-07-13 05:34:56 +02:00
|
|
|
CATEGORIES= textproc devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-13 05:34:56 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-13 05:34:56 +02:00
|
|
|
COMMENT= Module to convert POD to XML
|
|
|
|
|
2015-02-25 20:12:54 +01:00
|
|
|
BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2015-02-25 20:12:54 +01:00
|
|
|
TEST_DEPENDS= p5-Test-File-Contents>=0:${PORTSDIR}/devel/p5-Test-File-Contents
|
2006-07-13 05:34:56 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-07-13 05:34:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|