1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/pecl-sync/Makefile
Muhammad Moinur Rahman 47721a7247 Mark ports to IGNORE with new php81
Approved by:	portmgr (infrastructure blanket)
Sponsored by:	Bounce Experts
2022-01-10 07:30:00 -06:00

17 lines
297 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
PORTNAME= sync
PORTVERSION= 1.1.0
CATEGORIES= devel
MAINTAINER= gasol.wu@gmail.com
COMMENT= Named and unnamed synchronization objects in PHP
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
IGNORE_WITH_PHP= 80 81
.include <bsd.port.mk>