3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
18 lines
321 B
Makefile
18 lines
321 B
Makefile
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bitset
|
|
PORTVERSION= 3.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PECL extension for manipulating bitsets
|
|
|
|
LICENSE= PHP301
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
IGNORE_WITH_PHP=56
|
|
USES= php:pecl
|
|
|
|
.include <bsd.port.mk>
|