diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 12:59:14 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 12:59:14 +0000 |
commit | 466eb5c92fda5e535618dd152b1196572d6a5d83 (patch) | |
tree | 3de49af9a7eb845fcd7be62f0e00c65cb7f39532 /security/p5-Crypt-Khazad | |
parent | d3c0ca8fe5c6337a0f4c29f8264733e9c45ae9f2 (diff) | |
download | ports-466eb5c92fda5e535618dd152b1196572d6a5d83.tar.gz ports-466eb5c92fda5e535618dd152b1196572d6a5d83.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-Khazad')
-rw-r--r-- | security/p5-Crypt-Khazad/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Crypt-Khazad/Makefile b/security/p5-Crypt-Khazad/Makefile index 62e4175ba7b5..cd339242b4da 100644 --- a/security/p5-Crypt-Khazad/Makefile +++ b/security/p5-Crypt-Khazad/Makefile @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-Khazad -# Date created: 20 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-Khazad @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for Khazad block cipher -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Khazad.3 |