pkgsrc-wip/py-configobj/Makefile
Thomas Klausner 1e186dcfca Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:09:41 +00:00

23 lines
650 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/04/08 19:09:45 thomasklausner Exp $
#
DISTNAME= configobj-4.7.2.tar
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/.tar//}
CATEGORIES= devel
MASTER_SITES= http://pypi.python.org/packages/source/c/configobj/
EXTRACT_SUFX= .gz#md5=201dbaa732a9049c839f9bb6c27fc7b5
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://www.voidspace.org.uk/python/configobj.html
COMMENT= Simple but powerful config file reader and write
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/configobj-4.7.2
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"