diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 11:24:02 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 11:24:02 +0800 |
commit | 49056bafcba55f5d2f7050f20e807cb8b135da1c (patch) | |
tree | c33730bf57cb2fbdb4a4318a7babdc8c8e9ba0f1 /net-mgmt/p5-Zenoss | |
parent | 372d893b9e64cb03b8024bbf6767ea875cea0828 (diff) | |
download | freebsd-ports-gnome-49056bafcba55f5d2f7050f20e807cb8b135da1c.tar.gz freebsd-ports-gnome-49056bafcba55f5d2f7050f20e807cb8b135da1c.tar.zst freebsd-ports-gnome-49056bafcba55f5d2f7050f20e807cb8b135da1c.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net-mgmt/p5-Zenoss')
-rw-r--r-- | net-mgmt/p5-Zenoss/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/p5-Zenoss/Makefile b/net-mgmt/p5-Zenoss/Makefile index 26facf43a5e6..60e77620710b 100644 --- a/net-mgmt/p5-Zenoss/Makefile +++ b/net-mgmt/p5-Zenoss/Makefile @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-Moose>=1.0:${PORTSDIR}/devel/p5-Moose \ p5-libwww>=5.0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Zenoss.3 \ Zenoss::Connector.3 \ |