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-TripleDES/Makefile | |
parent | 461559efe8963c83e5e443a9480c8beefb929cdf (diff) | |
download | ports-2c59cf34e76e83163267dcd971e9939e4bbaab41.tar.gz ports-2c59cf34e76e83163267dcd971e9939e4bbaab41.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-TripleDES/Makefile')
-rw-r--r-- | security/p5-Crypt-TripleDES/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Crypt-TripleDES/Makefile b/security/p5-Crypt-TripleDES/Makefile index 6c2deb865149..38742f19fc70 100644 --- a/security/p5-Crypt-TripleDES/Makefile +++ b/security/p5-Crypt-TripleDES/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Crypt-TripleDES -# Date created: Wed Jan 3 16:20:30 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= Crypt-TripleDES PORTVERSION= 0.24 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl module implementing the Triple-DES cipher -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::TripleDES.3 |