summaryrefslogtreecommitdiff
path: root/math/pecl-bitset/Makefile
blob: 4dc18abd598477a593a948e6d762abfa804d2dad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: Greg Larkin <glarkin@FreeBSD.org>

PORTNAME=	bitset
PORTVERSION=	3.0.1
CATEGORIES=	math

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PECL extension for manipulating bitsets

LICENSE=	PHP301
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		php:pecl

.include <bsd.port.mk>