ports/devel/pecl-weakref/Makefile
Jochen Neumeister fc1fdae757 - Bump PORTREVISION: Limit portscout to version 0.2,
newer versions are available in www/pecl-weakref2.

Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11625
2017-07-22 11:44:18 +00:00

23 lines
417 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= weakref
PORTVERSION= 0.2.6
PORTREVISION= 1
CATEGORIES= devel pear
DISTNAME= Weakref-${PORTVERSION}
MAINTAINER= joneum@FreeBSD.org
COMMENT= PECL Weakref extension
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
PORTSCOUT= limitw:^0\.2\.[0-9]*
USES= php:pecl
IGNORE_WITH_PHP= 70
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>