2013-11-15 16:59:23 +01:00
|
|
|
# Created by: Mathieu Arnold <mat@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Pod-WikiDoc
|
|
|
|
PORTVERSION= 0.20
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2013-11-15 16:59:23 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2015-01-15 15:52:12 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-11-15 16:59:23 +01:00
|
|
|
COMMENT= Generate Pod from inline wiki style text
|
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2013-11-15 16:59:23 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-File-pushd>=0:${PORTSDIR}/devel/p5-File-pushd \
|
|
|
|
p5-Getopt-Lucid>=0.14:${PORTSDIR}/textproc/p5-Getopt-Lucid \
|
|
|
|
p5-IPC-Run3>=0.033:${PORTSDIR}/devel/p5-IPC-Run3 \
|
|
|
|
p5-Parse-RecDescent>=1.967.006:${PORTSDIR}/devel/p5-Parse-RecDescent \
|
|
|
|
p5-Probe-Perl>=0.01:${PORTSDIR}/sysutils/p5-Probe-Perl
|
|
|
|
|
2015-03-13 18:29:58 +01:00
|
|
|
USES= perl5
|
2013-11-15 16:59:23 +01:00
|
|
|
USE_PERL5= configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|