aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RC4
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-11 19:02:50 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-11 19:02:50 +0000
commitb69c9c2bffa8560690c2a55b5e3c5f454940663e (patch)
tree7127be075a7d938613184f2e73da5dae34882137 /security/p5-Crypt-RC4
parent36da5994eadf53c09be3fd069c9da1ee7131ea2c (diff)
downloadports-b69c9c2bffa8560690c2a55b5e3c5f454940663e.tar.gz
ports-b69c9c2bffa8560690c2a55b5e3c5f454940663e.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=327002
Diffstat (limited to 'security/p5-Crypt-RC4')
-rw-r--r--security/p5-Crypt-RC4/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Crypt-RC4/Makefile b/security/p5-Crypt-RC4/Makefile
index c48f345ab66d..27f7d5c96ab6 100644
--- a/security/p5-Crypt-RC4/Makefile
+++ b/security/p5-Crypt-RC4/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Crypt::RC4
-# Date created: 30 Dec 2001
-# Whom: Seamus Venasse <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
-#
PORTNAME= Crypt-RC4
PORTVERSION= 2.02
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Perl implementation of the RC4 encryption algorithm
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Crypt::RC4.3