1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/security/pecl-mcrypt/Makefile
Po-Chuan Hsieh f8d7720ab3
security/pecl-mcrypt: Fix build with php84
- While I'm here:
  - Fix indent
  - Remove outdated post-patch:

Approved by:	portmgr (blanket)
2024-07-30 22:07:37 +08:00

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>