kmos 2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00

24 lines
494 B
Makefile

# $OpenBSD: Makefile,v 1.16 2021/05/21 19:50:37 kmos Exp $
COMMENT= generator for pronounceable random words
MODPY_EGG_VERSION= 0.3.7
DISTNAME= yould-${MODPY_EGG_VERSION}
REVISION= 6
CATEGORIES= textproc
# GPLv3
PERMIT_PACKAGE= Yes
MODPY_PI = Yes
MODULES= lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
MODPY_SETUPTOOLS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/yould
${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/yould
.include <bsd.port.mk>