diff options
Diffstat (limited to 'security/p5-Digest-Whirlpool/Makefile')
-rw-r--r-- | security/p5-Digest-Whirlpool/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Digest-Whirlpool/Makefile b/security/p5-Digest-Whirlpool/Makefile index fdd36b48c65f..f246fda5b376 100644 --- a/security/p5-Digest-Whirlpool/Makefile +++ b/security/p5-Digest-Whirlpool/Makefile @@ -1,6 +1,4 @@ -# Ports collection Makefile for: p5-Digest-Whirlpool -# Date created: 17 Dec 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Digest-Whirlpool @@ -15,7 +13,8 @@ COMMENT= Perl extension for Whirlpool hash algorithm BUILD_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= whirlpoolsum.1 MAN3= Digest::Whirlpool.3 |