aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Quote/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-Quote/Makefile')
-rw-r--r--textproc/p5-Text-Quote/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/p5-Text-Quote/Makefile b/textproc/p5-Text-Quote/Makefile
index 85d4125e27ac..3bfd8cf5b68b 100644
--- a/textproc/p5-Text-Quote/Makefile
+++ b/textproc/p5-Text-Quote/Makefile
@@ -11,13 +11,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Quotes strings as required for perl to eval them back correctly
-RUN_DEPENDS= p5-Carp-Assert>=0.13:${PORTSDIR}/devel/p5-Carp-Assert
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+BUILD_DEPENDS= p5-Carp-Assert>=0.13:${PORTSDIR}/devel/p5-Carp-Assert
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Text::Quote.3
-
-NO_STAGE= yes
.include <bsd.port.mk>