diff options
author | az <az@FreeBSD.org> | 2013-09-16 15:29:08 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-16 15:29:08 +0800 |
commit | a9a68a5ef0bae8044ae0450a20bb599f58bec01b (patch) | |
tree | 1d38012c525c65e03b9b9d2c57e389836fd6998c /sysutils/userneu-devel/Makefile | |
parent | 4fa0360db68371439a28de4c15588da3f41769e9 (diff) | |
download | freebsd-ports-gnome-a9a68a5ef0bae8044ae0450a20bb599f58bec01b.tar.gz freebsd-ports-gnome-a9a68a5ef0bae8044ae0450a20bb599f58bec01b.tar.zst freebsd-ports-gnome-a9a68a5ef0bae8044ae0450a20bb599f58bec01b.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'sysutils/userneu-devel/Makefile')
-rw-r--r-- | sysutils/userneu-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/userneu-devel/Makefile b/sysutils/userneu-devel/Makefile index 6c4aaed57ceb..42a464e951da 100644 --- a/sysutils/userneu-devel/Makefile +++ b/sysutils/userneu-devel/Makefile @@ -22,7 +22,8 @@ RUN_DEPENDS= \ p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ p5-Crypt-RandPasswd>=0:${PORTSDIR}/security/p5-Crypt-RandPasswd -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes CONFLICTS= userneu-1.* |