diff options
author | az <az@FreeBSD.org> | 2013-09-04 11:24:02 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 11:24:02 +0800 |
commit | 714789fd0ce123acfab6c0d23acb54ae624b0c58 (patch) | |
tree | c33730bf57cb2fbdb4a4318a7babdc8c8e9ba0f1 /net-mgmt/p5-Zenoss | |
parent | 0d6d548af2c99bda0dce7a20b45181476a7c5b93 (diff) | |
download | freebsd-ports-gnome-714789fd0ce123acfab6c0d23acb54ae624b0c58.tar.gz freebsd-ports-gnome-714789fd0ce123acfab6c0d23acb54ae624b0c58.tar.zst freebsd-ports-gnome-714789fd0ce123acfab6c0d23acb54ae624b0c58.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 \ |