17 lines
478 B
Makefile
17 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:40 adam Exp $
|
|
|
|
DISTNAME= jonpy-0.06
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jonpy/}
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://jonpy.sourceforge.net/
|
|
COMMENT= Tools for FastCGI/CGI Python programs
|
|
LICENSE= mit
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.06
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|