Files
ports/math/pecl-bitset/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

17 lines
334 B
Makefile

PORTNAME= bitset
PORTVERSION= 3.2.0
CATEGORIES= math
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PECL extension for manipulating bitsets
WWW= https://pecl.php.net/package/Bitset \
https://github.com/php/pecl-numbers-bitset
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
IGNORE_WITH_PHP= 86
.include <bsd.port.mk>