freebsd-ports/security/pecl-mcrypt/Makefile
Luca Pizzamiglio 8f93f5b63c security/pecl-mcrypt: Update to 1.0.2
Sponsored by:	trivago N.V.
2019-01-28 09:33:56 +00:00

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>