mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
newer versions are available in www/pecl-weakref2. Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11625
23 lines
417 B
Makefile
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>
|