diff options
author | az <az@FreeBSD.org> | 2013-09-12 02:03:40 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 02:03:40 +0800 |
commit | 691bd4b17c67cd318b03b78ab428664b3266e129 (patch) | |
tree | d7408d44121869e025a5f787d2662ce6fee4d2b9 /security/p5-Crypt-Ctr | |
parent | c8414b774416243a550b96b70d57e6b7f6e3b78e (diff) | |
download | freebsd-ports-graphics-691bd4b17c67cd318b03b78ab428664b3266e129.tar.gz freebsd-ports-graphics-691bd4b17c67cd318b03b78ab428664b3266e129.tar.zst freebsd-ports-graphics-691bd4b17c67cd318b03b78ab428664b3266e129.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'security/p5-Crypt-Ctr')
-rw-r--r-- | security/p5-Crypt-Ctr/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Crypt-Ctr/Makefile b/security/p5-Crypt-Ctr/Makefile index 93106403f31..bab456c5b27 100644 --- a/security/p5-Crypt-Ctr/Makefile +++ b/security/p5-Crypt-Ctr/Makefile @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-Ctr -# Date created: 18 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-Ctr @@ -16,7 +14,8 @@ COMMENT= Perl extension for encrypting data in Counter Mode BUILD_DEPENDS= p5-Crypt-CFB>=0:${PORTSDIR}/security/p5-Crypt-CFB RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Ctr.3 |