There is no such thing as PHP 5.5 anymore.

This commit is contained in:
joerg 2016-12-23 23:01:13 +00:00
parent e91403a654
commit 514abba26c

View file

@ -1,15 +1,15 @@
# $NetBSD: Makefile,v 1.11 2016/12/23 18:40:15 jdolecek Exp $
# $NetBSD: Makefile,v 1.12 2016/12/23 23:01:13 joerg Exp $
MODNAME= mcrypt
CATEGORIES+= security
COMMENT= PHP extension for the mcrypt crypto algorithms library
CONFLICTS= php-mcrypt-[0-9]*
CONFLICTS= php-mcrypt-[0-9]*
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libmcrypt}
# mcrypt is deprecated and removed in 7.1.x
PHP_VERSIONS_ACCEPTED= 55 56 70
PHP_VERSIONS_ACCEPTED= 56 70
.include "../../lang/php/ext.mk"
.include "../../security/libmcrypt/buildlink3.mk"