summaryrefslogtreecommitdiff
path: root/math/pecl-bitset/Makefile
blob: b009ee3a46729f50ea7295dc86e99b244381b7f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	bitset
PORTVERSION=	3.0.1
CATEGORIES=	math

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PECL extension for manipulating bitsets
WWW=		https://pecl.php.net/package/Bitset

LICENSE=	PHP301
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		php:pecl

.include <bsd.port.mk>