9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
39 lines
865 B
Makefile
39 lines
865 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Pod-Site
|
|
PORTVERSION= 0.56
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DWHEELER
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Build browsable HTML documentation for your app
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \
|
|
p5-Object-Tiny>=0:devel/p5-Object-Tiny
|
|
TEST_DEPENDS= p5-Test-File>=0:devel/p5-Test-File \
|
|
p5-Test-MockModule>=0.05:devel/p5-Test-MockModule \
|
|
p5-Test-XPath>=0.12:lang/p5-Test-XPath
|
|
|
|
OPTIONS_DEFINE= PODT
|
|
|
|
PODT_DESC= Include Pod package tests
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MPODT}
|
|
TEST_DEPENDS+= p5-Test-Pod>=1.41:devel/p5-Test-Pod \
|
|
p5-Test-Pod-Coverage>=1.06:devel/p5-Test-Pod-Coverage
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|