diff options
author | linimon <linimon@FreeBSD.org> | 2008-12-16 13:25:04 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-12-16 13:25:04 +0800 |
commit | c5298d27d995efa61f98c8a60f52111693a9dd60 (patch) | |
tree | 3b8a289c0913d6782cddb72a9992d08a5abbbb59 | |
parent | 6d54bee3d0d39f29161ba411c31d805783c83c78 (diff) | |
download | freebsd-ports-gnome-c5298d27d995efa61f98c8a60f52111693a9dd60.tar.gz freebsd-ports-gnome-c5298d27d995efa61f98c8a60f52111693a9dd60.tar.zst freebsd-ports-gnome-c5298d27d995efa61f98c8a60f52111693a9dd60.zip |
Reset yazzy@yazzy.org due to maintainer-timeouts and no response to email.
While here, trim obsolete version checks.
Hat: portmgr
-rw-r--r-- | net/py-pcapy/Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/net/py-pcapy/Makefile b/net/py-pcapy/Makefile index 24809a6216b6..b1b1a7d3305b 100644 --- a/net/py-pcapy/Makefile +++ b/net/py-pcapy/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://oss.coresecurity.com/repo/ \ http://www.yazzy.org/ports/pcapy/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yazzy@yazzy.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python extension module to capture packets on the network USE_PYTHON= yes @@ -19,15 +19,4 @@ USE_PYDISTUTILS= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/pcapy.so PORTDOCS= README LICENSE pcapy.html -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -BROKEN= does not compile on 5.x -.endif - -.if ${OSVERSION} < 503000 -LIB_DEPENDS+= pcap.2:${PORTSDIR}/net/libpcap -PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |