diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-06-05 00:59:37 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-06-05 00:59:37 +0000 |
commit | 2d0372c05a3c7d9f14fd1f500839f578f5018075 (patch) | |
tree | 0e570b87b2387525620ceedbb80fdcbbfc03f58b | |
parent | 4e271b433a399f8751b7eab785259038ddd3e85c (diff) | |
download | ports-2d0372c05a3c7d9f14fd1f500839f578f5018075.tar.gz ports-2d0372c05a3c7d9f14fd1f500839f578f5018075.zip |
- Take over maintainership
- Remove EXPIRATION_DATE
* Though it hasn't been updated in some time upstream it's commonly
distributed with other opensource OSes and having it around makes
it easier for those of us who use those OSes by day but secretly
fight crime using FreeBSD by night.
Approved by: gnn
Notes
Notes:
svn path=/head/; revision=192781
-rw-r--r-- | net/py-pypcap/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/py-pypcap/Makefile b/net/py-pypcap/Makefile index 4d9ca0dd01f4..2af58eafe98d 100644 --- a/net/py-pypcap/Makefile +++ b/net/py-pypcap/Makefile @@ -12,14 +12,11 @@ CATEGORIES= net python MASTER_SITES= http://pypcap.googlecode.com/files/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= gnn@freebsd.org +MAINTAINER= tmclaugh@FreeBSD.org COMMENT= Simplified object-oriented Python extension module for libpcap BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex -DEPRECATED= Project included in net/pcs, please use that port instead -EXPIRATION_DATE= 2007-06-24 - USE_PYTHON= yes USE_PYTHON_PREFIX= yes |