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