pkgsrc/security/php-suhosin/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

23 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.15 2020/01/26 17:32:06 rillig Exp $
#
MODNAME= suhosin
DISTNAME= suhosin-${PECL_VERSION}
PECL_VERSION= 0.9.38
PECL_LEGACY_VERSION_SCHEME= yes
CATEGORIES= www
MASTER_SITES= https://download.suhosin.org/
# Do not remove EXTRACT_SUFX.
EXTRACT_SUFX= .tar.gz
MAINTAINER= cg@cgall.de
HOMEPAGE= https://www.suhosin.org/
COMMENT= Advanced protection system for PHP installations
LICENSE= php
PHP_VERSIONS_ACCEPTED= 56
CONFIGURE_ARGS= --enable-${MODNAME}
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"