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/p5-Sys-Hostname-Long | |
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/p5-Sys-Hostname-Long')
-rw-r--r-- | sysutils/p5-Sys-Hostname-Long/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/p5-Sys-Hostname-Long/Makefile b/sysutils/p5-Sys-Hostname-Long/Makefile index eeadeb16c5fd..0c5a9e405b23 100644 --- a/sysutils/p5-Sys-Hostname-Long/Makefile +++ b/sysutils/p5-Sys-Hostname-Long/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tdb@FreeBSD.org COMMENT= Try every conceivable way to get full hostname -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::Hostname::Long.3 |