aboutsummaryrefslogtreecommitdiffstats
path: root/security/makepasswd
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-17 00:58:41 +0800
committerbapt <bapt@FreeBSD.org>2013-09-17 00:58:41 +0800
commite727b45488cd2ddb6cec7ed27719fb23fb0b606a (patch)
treef51a8ccd4c67dd7b906626d688870d3bd461a7d4 /security/makepasswd
parent4d38bf6add21f5b3629f369f9b68ca09205c44d3 (diff)
downloadfreebsd-ports-gnome-e727b45488cd2ddb6cec7ed27719fb23fb0b606a.tar.gz
freebsd-ports-gnome-e727b45488cd2ddb6cec7ed27719fb23fb0b606a.tar.zst
freebsd-ports-gnome-e727b45488cd2ddb6cec7ed27719fb23fb0b606a.zip
Convert to new perl framework
Convert USE_GMAKE to USES=gmake
Diffstat (limited to 'security/makepasswd')
-rw-r--r--security/makepasswd/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/makepasswd/Makefile b/security/makepasswd/Makefile
index 925da105e577..026865272d55 100644
--- a/security/makepasswd/Makefile
+++ b/security/makepasswd/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: makepasswd
-# Date created: 7 March 2003
-# Whom: Toni Viemerö <toni.viemero@iki.fi>
-#
+# Created by: Toni Viemerö <toni.viemero@iki.fi>
# $FreeBSD$
-#
PORTNAME= makepasswd
PORTVERSION= 1.10
@@ -23,7 +19,8 @@ COMMENT= Random password generator
LICENSE= GPLv1
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
RUN_DEPENDS+= p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
p5-Crypt-OpenSSL-Random>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random