pkgsrc-wip/py-django-tagging/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

31 lines
831 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/04/08 19:09:46 thomasklausner Exp $
#
DISTNAME= django-tagging-0.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://django-tagging.googlecode.com/files/
MAINTAINER= pkgsrc-users@netbsd.org
HOMEPAGE= http://code.google.com/p/django-tagging/
COMMENT= Generic tagging application for Django
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
USE_LANGUAGES= # none
INSTALLATION_DIRS+= share/doc/py-django-tagging
do-test:
${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} tagging/tests/tests.py
post-install:
${INSTALL_DATA} ${WRKSRC}/docs/overview.txt \
${DESTDIR}${PREFIX}/share/doc/py-django-tagging
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"