10f22ecd6d
- Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
26 lines
681 B
Makefile
26 lines
681 B
Makefile
# Created by: Mathieu Arnold <mat@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Pod-WikiDoc
|
|
PORTVERSION= 0.20
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Generate Pod from inline wiki style text
|
|
|
|
LICENSE= APACHE20
|
|
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|