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
|
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec.
2010-01-16 15:45:49 +01:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
|
2007-02-04 15:54:12 +01:00
|
|
|
BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
|
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec.
2010-01-16 15:45:49 +01:00
|
|
|
p5-Test-File-Contents>=0:${PORTSDIR}/devel/p5-Test-File-Contents
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
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>
|