- update MASTER_SITES where needed - regen distinfo while here patch from Martin Natano with tweaks by me.
25 lines
534 B
Makefile
25 lines
534 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/05/26 09:30:55 kirby Exp $
|
|
|
|
COMMENT= generator for pronounceable random words
|
|
|
|
MODPY_EGG_VERSION= 0.3.7
|
|
DISTNAME= yould-${MODPY_EGG_VERSION}
|
|
REVISION= 3
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://pypi.python.org/pypi/yould/
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=y/yould/}
|
|
|
|
MODULES= lang/python
|
|
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>
|