aboutsummaryrefslogtreecommitdiffstats
path: root/security/makepasswd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 00:58:41 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 00:58:41 +0800
commitf56f112403e0108e4a1caa3b8bd8197282cda9a6 (patch)
treef51a8ccd4c67dd7b906626d688870d3bd461a7d4 /security/makepasswd
parent8bbe36048e84f63c2f9b313aa70806d28f88d82e (diff)
downloadfreebsd-ports-gnome-f56f112403e0108e4a1caa3b8bd8197282cda9a6.tar.gz
freebsd-ports-gnome-f56f112403e0108e4a1caa3b8bd8197282cda9a6.tar.zst
freebsd-ports-gnome-f56f112403e0108e4a1caa3b8bd8197282cda9a6.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