Files
ports/devel/php-maxminddb/Makefile
T
Muhammad Moinur Rahman 63b6120db0 */*php86*: Sunrise
Please DO NOT use this version in production, it is an early test version.

For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.6.0alpha1/UPGRADING

Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
2026-07-04 20:17:34 +02:00

26 lines
545 B
Makefile

PORTNAME= maxminddb
PORTVERSION= 1.13.1
DISTVERSIONPREFIX= v
CATEGORIES= devel net
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP Reader for the MaxMind DB Database Format
WWW= https://github.com/maxmind/MaxMind-DB-Reader-php
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/../LICENSE
LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb
USES= compiler:c11 localbase:ldflags php:ext
IGNORE_WITH_PHP= 86
WRKSRC_SUBDIR= ext
USE_GITHUB= yes
GH_ACCOUNT= maxmind
GH_PROJECT= MaxMind-DB-Reader-php
.include <bsd.port.mk>