mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
15 lines
314 B
Makefile
15 lines
314 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
|
|
|
|
.include <bsd.port.mk>
|