diff options
Diffstat (limited to 'security/p5-Crypt-AppleTwoFish/Makefile')
-rw-r--r-- | security/p5-Crypt-AppleTwoFish/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Crypt-AppleTwoFish/Makefile b/security/p5-Crypt-AppleTwoFish/Makefile index eb60bc9fd488..d13d5e6613f3 100644 --- a/security/p5-Crypt-AppleTwoFish/Makefile +++ b/security/p5-Crypt-AppleTwoFish/Makefile @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-AppleTwoFish -# Date created: 18 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-AppleTwoFish @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl extension for Apple iTMS internal key descrambling algorithm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::AppleTwoFish.3 |