diff options
author | az <az@FreeBSD.org> | 2013-09-07 14:47:20 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-07 14:47:20 +0800 |
commit | f509eb5e7f78d2c78e6bf13386792afd0a2a0f9e (patch) | |
tree | 8760c5cf10bd928eeb3f3eea0d644e8317be3734 /sysutils/zetaback | |
parent | e9e31249e5d26f1d63c17b776413b592802aed5f (diff) | |
download | freebsd-ports-gnome-f509eb5e7f78d2c78e6bf13386792afd0a2a0f9e.tar.gz freebsd-ports-gnome-f509eb5e7f78d2c78e6bf13386792afd0a2a0f9e.tar.zst freebsd-ports-gnome-f509eb5e7f78d2c78e6bf13386792afd0a2a0f9e.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'sysutils/zetaback')
-rw-r--r-- | sysutils/zetaback/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/zetaback/Makefile b/sysutils/zetaback/Makefile index 6163ebcb8d7c..54f0f91ee37b 100644 --- a/sysutils/zetaback/Makefile +++ b/sysutils/zetaback/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= https://labs.omniti.com/zetaback/tags/1.0/ MAINTAINER= cy@FreeBSD.org COMMENT= Zetaback ZFS backup and recovery management system -USE_PERL5_RUN= YES +USES= perl5 +USE_PERL5= run GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf |