diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-15 07:00:42 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-15 07:00:42 +0800 |
commit | 93bd912989724f4578e8f51f34096bb9e0c35424 (patch) | |
tree | 37397436d70df5375667eea26a417ce57206764a /net-mgmt/net-snmp | |
parent | e3c54d7ed99cc8ea0858899a8c938c0ece3f13f3 (diff) | |
download | freebsd-ports-gnome-93bd912989724f4578e8f51f34096bb9e0c35424.tar.gz freebsd-ports-gnome-93bd912989724f4578e8f51f34096bb9e0c35424.tar.zst freebsd-ports-gnome-93bd912989724f4578e8f51f34096bb9e0c35424.zip |
- Adopt
Approved by: previous maintainer (kuriyama)
Diffstat (limited to 'net-mgmt/net-snmp')
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 0371788689d9..c2440a81e69e 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -14,10 +14,7 @@ MASTER_SITE_SUBDIR= net-snmp PKGNAMEPREFIX= net- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} -MAINTAINER= kuriyama@FreeBSD.org -# Call for new maintainer. Feel free to take maintainership of this port. -# I'm just here only I don't like to assign this port to -# ports@FreeBSD.org as unmaintained. +MAINTAINER= pgollucci@FreeBSD.org COMMENT= An extendable SNMP implementation OPTIONS= IPV6 "Build with IPv6 support" on \ |