mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
18 lines
295 B
Makefile
18 lines
295 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mcrypt
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= security pear
|
|
|
|
MAINTAINER= pizzamig@FreeBSD.org
|
|
COMMENT= PHP extension for mcrypt, removed in PHP 7.2
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= libltdl.so:devel/libltdl \
|
|
libmcrypt.so:security/libmcrypt
|
|
|
|
USES= php:pecl
|
|
|
|
.include <bsd.port.mk>
|