freebsd-ports/security/pecl-mcrypt/Makefile
Luca Pizzamiglio afde71aeec security/pecl-mcrypt: Add port
This PHP extension works only with PHP 7.2
It provides an extension deprecated in the last version of PHP

Sponsored by:	trivago N.V.
2018-01-09 16:54:30 +00:00

19 lines
322 B
Makefile

# $FreeBSD$
PORTNAME= mcrypt
PORTVERSION= 1.0.1
CATEGORIES= security pear
MAINTAINER= pizzamig@FreeBSD.org
COMMENT= PHP extension for mcrypt, removed in PHP 7.2
LICENSE= PHP301
IGNORE_WITH_PHP= 56 70 71
LIB_DEPENDS= libltdl.so:devel/libltdl \
libmcrypt.so:security/libmcrypt
USES= php:pecl
.include <bsd.port.mk>