diff options
Diffstat (limited to 'textproc/p5-Lingua-EN-Numbers-Easy/Makefile')
-rw-r--r-- | textproc/p5-Lingua-EN-Numbers-Easy/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/p5-Lingua-EN-Numbers-Easy/Makefile b/textproc/p5-Lingua-EN-Numbers-Easy/Makefile index 911b532e96f0..422b5080a9be 100644 --- a/textproc/p5-Lingua-EN-Numbers-Easy/Makefile +++ b/textproc/p5-Lingua-EN-Numbers-Easy/Makefile @@ -10,13 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A perl module providing hash access to Lingua::EN::Numbers objects -RUN_DEPENDS= p5-Lingua-EN-Numbers>=1.01:${PORTSDIR}/textproc/p5-Lingua-EN-Numbers -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Lingua-EN-Numbers>=1.01:${PORTSDIR}/textproc/p5-Lingua-EN-Numbers +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Lingua::EN::Numbers::Easy.3 - -NO_STAGE= yes .include <bsd.port.mk> |