diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 19:02:50 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 19:02:50 +0000 |
commit | b69c9c2bffa8560690c2a55b5e3c5f454940663e (patch) | |
tree | 7127be075a7d938613184f2e73da5dae34882137 /security/p5-Crypt-CFB | |
parent | 36da5994eadf53c09be3fd069c9da1ee7131ea2c (diff) | |
download | ports-b69c9c2bffa8560690c2a55b5e3c5f454940663e.tar.gz ports-b69c9c2bffa8560690c2a55b5e3c5f454940663e.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-CFB')
-rw-r--r-- | security/p5-Crypt-CFB/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Crypt-CFB/Makefile b/security/p5-Crypt-CFB/Makefile index 6866696a07fb..f31cc9ad05c7 100644 --- a/security/p5-Crypt-CFB/Makefile +++ b/security/p5-Crypt-CFB/Makefile @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-CFB -# Date created: 18 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-CFB @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for encrypting data in Cipher Feedback Mode -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::CFB.3 |