mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
f8d7720ab3
- While I'm here: - Fix indent - Remove outdated post-patch: Approved by: portmgr (blanket)
18 lines
341 B
Makefile
18 lines
341 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
|
|
|
|
.include <bsd.port.mk>
|