aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Net-YASA/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Net-YASA/Makefile')
-rw-r--r--textproc/p5-Net-YASA/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/p5-Net-YASA/Makefile b/textproc/p5-Net-YASA/Makefile
index ea287100cd14..66566a132fd2 100644
--- a/textproc/p5-Net-YASA/Makefile
+++ b/textproc/p5-Net-YASA/Makefile
@@ -10,13 +10,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to YASA (Yet Another Suffix Array)
-RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
-MAN3= Net::YASA.3 Net::YASA::ConfigData.3
-
-NO_STAGE= yes
.include <bsd.port.mk>