Date: Wed, 14 Nov 2018 21:43:45 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484954 - head/www/py-biscuits Message-ID: <201811142143.wAELhjhf069287@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Nov 14 21:43:45 2018 New Revision: 484954 URL: https://svnweb.freebsd.org/changeset/ports/484954 Log: Simplify Makefile: use PY_PATHLIB Modified: head/www/py-biscuits/Makefile Modified: head/www/py-biscuits/Makefile ============================================================================== --- head/www/py-biscuits/Makefile Wed Nov 14 21:43:37 2018 (r484953) +++ head/www/py-biscuits/Makefile Wed Nov 14 21:43:45 2018 (r484954) @@ -12,16 +12,12 @@ COMMENT= Fast and tasty cookies handling LICENSE= MIT +BUILD_DEPENDS= ${PY_PATHLIB} + USES= python USE_PYTHON= autoplist concurrent distutils -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 3400 -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pathlib>=0:devel/py-pathlib@${PY_FLAVOR} -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/biscuits.so -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811142143.wAELhjhf069287>