From b1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5 Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 23 Feb 2004 04:42:13 +0000 Subject: Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus --- net-mgmt/p5-SNMP/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-mgmt/p5-SNMP') diff --git a/net-mgmt/p5-SNMP/Makefile b/net-mgmt/p5-SNMP/Makefile index 3072d061b8e6..96f7cd88d42b 100644 --- a/net-mgmt/p5-SNMP/Makefile +++ b/net-mgmt/p5-SNMP/Makefile @@ -7,7 +7,7 @@ PORTNAME= SNMP PORTVERSION= 4.2.0 -CATEGORIES= net perl5 +CATEGORIES= net-mgmt perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SNMP PKGNAMEPREFIX= p5- @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A perl5 module for interfacing with the CMU SNMP library -LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4 +LIB_DEPENDS= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 PERL_CONFIGURE= yes -- cgit