openbsd-ports/devel/py-distutils-extra/Makefile
2010-08-30 22:24:14 +00:00

33 lines
785 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.4 2010/08/30 22:24:15 jasper Exp $
COMMENT= add support for i18n, documentation and icons to distutils
VERSION= 1.91.2
DISTNAME= python-distutils-extra_${VERSION}
PKGNAME= py-distutils-extra-${VERSION}
REVISION = 1
CATEGORIES= devel
HOMEPAGE= http://www.glatzor.de/projects/python-distutils-extra/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= https://launchpad.net/ubuntu/hardy/+source/python-distutils-extra/${VERSION}/+files/
MODULES= lang/python
MODPY_EGG_VERSION= 0.90
MODPY_SETUPTOOLS= Yes
MODPY_BADEGGS= python_distutils_extra
WRKSRC= ${WRKDIR}/debian/
# Pointless test that checks if the bzr checkout builds.
NO_REGRESS= Yes
.include <bsd.port.mk>