/math/libgmp4/

antw44/git/freebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/math/pecl-bitset/Makefile
blob: a714439fc661229bc2cb878f990058a1698a9c88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$

PORTNAME=   bitset
PORTVERSION=    3.0.0
PORTREVISION=   1
CATEGORIES= math
MASTER_SITES=   http://pecl.php.net/get/
PKGNAMEPREFIX=  pecl-
DIST_SUBDIR=    PECL

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

LICENSE=    PHP301
LICENSE_FILE=   ${WRKSRC}/LICENSE

IGNORE_WITH_PHP=56
USES=       php:ext tar:tgz

.include <bsd.port.mk>