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/munin-common | |
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/munin-common')
-rw-r--r-- | sysutils/munin-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/munin-common/Makefile b/sysutils/munin-common/Makefile index c3af871fa0b7..bcd6b3c0ee4b 100644 --- a/sysutils/munin-common/Makefile +++ b/sysutils/munin-common/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r/rc/} |