aboutsummaryrefslogtreecommitdiffstats
path: root/math/pecl-bitset/Makefile
blob: 52ce275a401f3f3273383451dd07c32db44f5a0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    pecl-bitset
# Date created:         2007/07/06
# Whom:             Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   bitset
PORTVERSION=    1.0
CATEGORIES= math
MASTER_SITES=   http://pecl.php.net/get/
PKGNAMEPREFIX=  pecl-
EXTRACT_SUFX=   .tgz
DIST_SUBDIR=    PECL

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

USE_PHP=    yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5

.include <bsd.port.mk>