63b6120db0
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.6.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
19 lines
361 B
Makefile
19 lines
361 B
Makefile
PORTNAME= mcrypt
|
|
PORTVERSION= 1.0.7
|
|
PORTREVISION= 0
|
|
CATEGORIES= security pear
|
|
|
|
MAINTAINER= pizzamig@FreeBSD.org
|
|
COMMENT= PHP extension for mcrypt, removed in PHP 7.2
|
|
WWW= https://pecl.php.net/package/mcrypt
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= libltdl.so:devel/libltdl \
|
|
libmcrypt.so:security/libmcrypt
|
|
|
|
USES= php:pecl
|
|
IGNORE_WITH_PHP= 86
|
|
|
|
.include <bsd.port.mk>
|