- Convert to PYDISTUTILS_AUTOPLIST

- Stage support
- Bump PORTREV
This commit is contained in:
Martin Wilke 2014-01-31 07:52:58 +00:00
parent 147717af95
commit 091c9579e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341930

View file

@ -3,7 +3,7 @@
PORTNAME= tcpwatch
PORTVERSION= 1.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net python
MASTER_SITES= http://hathawaymix.org/Software/TCPWatch/
@ -13,11 +13,10 @@ COMMENT= TCP monitoring and logging tool with support for HTTP 1.1
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/tcpwatch.py
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGVERSION= 1.2.1
PYDISTUTILS_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>