From 9ccc7e92dea72d32d4ae04470bbce43e6f9227da Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 8 Sep 2007 01:12:10 +0000 Subject: Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+. Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr --- sysutils/munin-main/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysutils/munin-main') diff --git a/sysutils/munin-main/Makefile b/sysutils/munin-main/Makefile index 4d06e51e3497..5b96be6b5dcc 100644 --- a/sysutils/munin-main/Makefile +++ b/sysutils/munin-main/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.r/rc/} MAINTAINER= lupe@lupe-christoph.de COMMENT= Collector part of Munin +USE_PERL5= yes + RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool \ ${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ -- cgit