diff options
Diffstat (limited to 'security/p5-Crypt-Rijndael/Makefile')
-rw-r--r-- | security/p5-Crypt-Rijndael/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Crypt-Rijndael/Makefile b/security/p5-Crypt-Rijndael/Makefile index 2c50a2a3f990..9c15e7b8f788 100644 --- a/security/p5-Crypt-Rijndael/Makefile +++ b/security/p5-Crypt-Rijndael/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Crypt-Rijndael -# Date created: Wed Jan 3 16:15:20 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= Crypt-Rijndael PORTVERSION= 1.11 @@ -17,7 +13,8 @@ COMMENT= Perl module that implements the Rijndael cipher BUILD_DEPENDS= p5-Test-Manifest>1.14:${PORTSDIR}/devel/p5-Test-Manifest -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Rijndael.3 |