diff options
Diffstat (limited to 'ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile')
-rw-r--r-- | ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile b/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile index 22ba8678efa5..a1eea4c14587 100644 --- a/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile +++ b/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Make a hash out of the index file for the ports tree -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= FreeBSD::Ports::INDEXhash.3 |