pkgsrc/databases/php-mongo/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

17 lines
376 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/01/26 17:30:53 rillig Exp $
MODNAME= mongo
PECL_VERSION= 1.6.14
CATEGORIES+= databases
MAINTAINER= bartosz.kuzma@gmail.com
HOMEPAGE= https://pecl.php.net/package/mongo
COMMENT= MongoDB database driver
LICENSE= apache-2.0
PHP_VERSIONS_ACCEPTED= 56
.include "options.mk"
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"