diff options
author | az <az@FreeBSD.org> | 2013-09-07 01:55:21 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-07 01:55:21 +0800 |
commit | 3a670fd576d40ac28d44b8bd43bc2ea54e917cd8 (patch) | |
tree | b1c1cb465dd8d575b42e44b3e1828fda7fa68afa /sysutils/p5-Sys-Hostname-FQDN | |
parent | 8b7c7bb39b1b5e3979fede65e5250d5d2ac12181 (diff) | |
download | freebsd-ports-gnome-3a670fd576d40ac28d44b8bd43bc2ea54e917cd8.tar.gz freebsd-ports-gnome-3a670fd576d40ac28d44b8bd43bc2ea54e917cd8.tar.zst freebsd-ports-gnome-3a670fd576d40ac28d44b8bd43bc2ea54e917cd8.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'sysutils/p5-Sys-Hostname-FQDN')
-rw-r--r-- | sysutils/p5-Sys-Hostname-FQDN/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/p5-Sys-Hostname-FQDN/Makefile b/sysutils/p5-Sys-Hostname-FQDN/Makefile index 0c8a3909c759..fdf928632546 100644 --- a/sysutils/p5-Sys-Hostname-FQDN/Makefile +++ b/sysutils/p5-Sys-Hostname-FQDN/Makefile @@ -16,7 +16,8 @@ COMMENT= Get the short or long hostname LICENSE= ART20 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::Hostname::FQDN.3 |