diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:07:20 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:07:20 +0000 |
commit | 2c59cf34e76e83163267dcd971e9939e4bbaab41 (patch) | |
tree | a7b2fde8299b8a6d0b583d133b8d90be8229e27d /security/p5-Crypt-Enigma | |
parent | 461559efe8963c83e5e443a9480c8beefb929cdf (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-Enigma')
-rw-r--r-- | security/p5-Crypt-Enigma/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Crypt-Enigma/Makefile b/security/p5-Crypt-Enigma/Makefile index b7cf48d49d55..3d4da4fa11e0 100644 --- a/security/p5-Crypt-Enigma/Makefile +++ b/security/p5-Crypt-Enigma/Makefile @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-Enigma -# Date created: 20 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-Enigma @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl extension for the Enigma cipher -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Enigma.3 |