pkgsrc/www/py-scgi/Makefile
rillig 9637f7852e all: migrate homepages from http to https
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.
2020-01-26 17:30:40 +00:00

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"