opnsense-ports/sysutils/py-pywatchman/Makefile
Franco Fichtner f5acf72395 */*: sync with upstream
Taken from: HardenedBSD
2018-02-26 09:17:44 +01:00

24 lines
470 B
Makefile

# $FreeBSD$
PORTNAME= pywatchman
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= linpct@gmail.com
COMMENT= Watchman client for Python
LICENSE= BSD3CLAUSE
RUN_DEPENDS= watchman>=4:sysutils/watchman
USES= python:2.7
USE_PYTHON= autoplist distutils
post-install:
${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \
-name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>