diff options
author | az <az@FreeBSD.org> | 2013-09-05 19:09:23 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-05 19:09:23 +0800 |
commit | d2098cbfa91712f1b21a5f09361643baf852d19f (patch) | |
tree | 7050f184ad070ef903d6ac4ab7b35140e7381404 /net/dhcpdump | |
parent | 61ac1231dcd32de44f84ea46c3fc1d7e4355c792 (diff) | |
download | freebsd-ports-gnome-d2098cbfa91712f1b21a5f09361643baf852d19f.tar.gz freebsd-ports-gnome-d2098cbfa91712f1b21a5f09361643baf852d19f.tar.zst freebsd-ports-gnome-d2098cbfa91712f1b21a5f09361643baf852d19f.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net/dhcpdump')
-rw-r--r-- | net/dhcpdump/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dhcpdump/Makefile b/net/dhcpdump/Makefile index fb1d31cec34b..b9f120c570ac 100644 --- a/net/dhcpdump/Makefile +++ b/net/dhcpdump/Makefile @@ -16,7 +16,8 @@ COMMENT= Decode and diagnose sniffed DHCP packets MAN8= dhcpdump.8 PLIST_FILES= bin/dhcpdump -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dhcpdump ${PREFIX}/bin |