aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-ProjectDocs/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-07 03:52:41 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-07 03:52:41 +0000
commitfb2d5da4ebc1084c623330fb16bdcba15bb94569 (patch)
tree36786afbdfb0f0368eaca996fb006935240c6493 /textproc/p5-Pod-ProjectDocs/Makefile
parent641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff)
Notes
Diffstat (limited to 'textproc/p5-Pod-ProjectDocs/Makefile')
-rw-r--r--textproc/p5-Pod-ProjectDocs/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/textproc/p5-Pod-ProjectDocs/Makefile b/textproc/p5-Pod-ProjectDocs/Makefile
index e8b21c3f581e..ad978f690e1e 100644
--- a/textproc/p5-Pod-ProjectDocs/Makefile
+++ b/textproc/p5-Pod-ProjectDocs/Makefile
@@ -16,18 +16,9 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
p5-URI>=0:${PORTSDIR}/net/p5-URI
-RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
- p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
- p5-JSON>=2.04:${PORTSDIR}/converters/p5-JSON \
- p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
- p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
- p5-URI>=0:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN1= pod2projdocs.1
-MAN3= Pod::ProjectDocs.3
-
-NO_STAGE= yes
.include <bsd.port.mk>