9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
20 lines
552 B
Makefile
20 lines
552 B
Makefile
# $NetBSD: Makefile,v 1.19 2020/01/26 17:32:23 rillig Exp $
|
|
|
|
DISTNAME= scgi-1.15
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://python.ca/scgi/releases/
|
|
|
|
MAINTAINER= manu@NetBSD.org
|
|
HOMEPAGE= https://python.ca/scgi/
|
|
COMMENT= Simple Common Gateway Interface
|
|
LICENSE= cnri-license
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-quixote-[0-9]*:../../devel/py-quixote
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # py-quixote
|
|
|
|
CFLAGS.SunOS+= -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|