pkgsrc/www/py-webpy/Makefile
wiz aada88e659 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:08:44 +00:00

20 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.10 2012/04/08 19:09:17 wiz Exp $
#
DISTNAME= web.py-0.36
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://webpy.org/static/
MAINTAINER= darcy@NetBSD.org
HOMEPAGE= http://webpy.org/
COMMENT= Simple, public domain web publishing system
LICENSE= public-domain
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= #none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"