aboutsummaryrefslogtreecommitdiff
path: root/math/pecl-bitset/Makefile
blob: d4637c3a43490c40ba5974ef56951da91e999761 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>