svn commit: r484954 - head/www/py-biscuits

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 14 21:43:47 UTC 2018


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>


More information about the svn-ports-all mailing list