1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Convert to autoplist

- Stage support
- Bump PORTREVISION
This commit is contained in:
Martin Wilke 2014-03-09 14:44:22 +00:00
parent f7a1492a0e
commit 3ecf9ecb9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347639

View File

@ -3,6 +3,7 @@
PORTNAME= flowtools
PORTVERSION= 0.3.4.1
PORTREVISION= 1
CATEGORIES= net-mgmt python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -16,14 +17,11 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ftlib.h:${PORTSDIR}/net-mgmt/flow-tools
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
PLIST_FILES= %%PYTHON_SITELIBDIR%%/flowtools.so
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= pyflowtools
PYDISTUTILS_AUTOPLIST= yes
PROJECTHOST= py${PORTNAME}
NO_STAGE= yes
.include <bsd.port.mk>