freebsd-ports/devel/pecl-judy/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

22 lines
427 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= judy
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= devel
DISTNAME= Judy-${PORTVERSION}
MAINTAINER= gasol.wu@gmail.com
COMMENT= PHP Judy implements sparse dynamic arrays
LICENSE= PHP301
RUN_DEPENDS= Judy>=0:devel/judy
BUILD_DEPENDS= Judy>=0:devel/judy
CONFIGURE_ARGS= --with-judy=${LOCALBASE}
USES= php:pecl
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>