diff options
Diffstat (limited to 'security/p5-Digest-ManberHash/Makefile')
-rw-r--r-- | security/p5-Digest-ManberHash/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Digest-ManberHash/Makefile b/security/p5-Digest-ManberHash/Makefile index bafc5443fc87..684007063fbf 100644 --- a/security/p5-Digest-ManberHash/Makefile +++ b/security/p5-Digest-ManberHash/Makefile @@ -1,6 +1,4 @@ -# Ports collection Makefile for: p5-Digest-ManberHash -# Date created: 17 Dec 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Digest-ManberHash @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for ManberHash hash algorithm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::ManberHash.3 |