8f93f5b63c
Sponsored by: trivago N.V.
19 lines
316 B
Makefile
19 lines
316 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mcrypt
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= security pear
|
|
|
|
MAINTAINER= pizzamig@FreeBSD.org
|
|
COMMENT= PHP extension for mcrypt, removed in PHP 7.2
|
|
|
|
LICENSE= PHP301
|
|
|
|
IGNORE_WITH_PHP= 71
|
|
|
|
LIB_DEPENDS= libltdl.so:devel/libltdl \
|
|
libmcrypt.so:security/libmcrypt
|
|
|
|
USES= php:pecl
|
|
|
|
.include <bsd.port.mk>
|