mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
18 lines
305 B
Makefile
18 lines
305 B
Makefile
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bitset
|
|
PORTVERSION= 3.0.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>
|