freebsd-ports/chinese/php-opencc/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

23 lines
421 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
PORTNAME= opencc
PORTVERSION= 0.0.0.20161110
CATEGORIES= chinese
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
MAINTAINER= gasol.wu@gmail.com
COMMENT= OpenCC shared extension for php
LICENSE= PHP301
LIB_DEPENDS= libopencc.so:chinese/opencc
USE_GITHUB= yes
GH_ACCOUNT= NauxLiu
GH_PROJECT= opencc4php
GH_TAGNAME= 8007639
USES= php:ext
IGNORE_WITH_PHP= 80 81
.include <bsd.port.mk>