diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-17 03:59:07 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-17 03:59:07 +0000 |
commit | 5f15c0030f8136fa4fd8c00fb1728356ca22c544 (patch) | |
tree | d70e0941871d5161865400e1e79929ee146b5193 | |
parent | 6e701d11800c87c3bd79f65dbc7aaa983c145333 (diff) | |
download | ports-5f15c0030f8136fa4fd8c00fb1728356ca22c544.tar.gz ports-5f15c0030f8136fa4fd8c00fb1728356ca22c544.zip |
Notes
-rw-r--r-- | net-mgmt/p5-SNMP/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mgmt/p5-SNMP/Makefile b/net-mgmt/p5-SNMP/Makefile index e0a3b49627e4..d8b0bbeb36f8 100644 --- a/net-mgmt/p5-SNMP/Makefile +++ b/net-mgmt/p5-SNMP/Makefile @@ -13,9 +13,12 @@ MASTER_SITE_SUBDIR= net-snmp PKGNAMEPREFIX= p5- DISTNAME= ucd-snmp-${PORTVERSION} -MAINTAINER= perl@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A perl5 module for interfacing with the CMU SNMP library +DEPRECATED= Perl SNMP module is now a part of net-mgmt/net-snmp +EXPIRATION_DATE= 2009-08-15 + LIB_DEPENDS= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 WRKSRC= ${WRKDIR}/${DISTNAME}/perl/SNMP |