diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 10:57:48 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 10:57:48 +0000 |
commit | 772ffd1f4b419419977882eae0149f1c4ef6edbc (patch) | |
tree | 0c1f7ec811209c8157cfeead068190887280a4e0 /devel/p5-FindBin-libs | |
parent | ecabb086a59d7c30429585e99e4d13d96f807dda (diff) |
Notes
Diffstat (limited to 'devel/p5-FindBin-libs')
-rw-r--r-- | devel/p5-FindBin-libs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-FindBin-libs/Makefile b/devel/p5-FindBin-libs/Makefile index 9f701958249b..50695d8b8677 100644 --- a/devel/p5-FindBin-libs/Makefile +++ b/devel/p5-FindBin-libs/Makefile @@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/000$//} MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to locate and use lib directories -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= FindBin::libs.3 |