freebsd-ports/devel/pecl-weakref2/Makefile
Jochen Neumeister e6b48082a4 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:05:44 +00:00

22 lines
397 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= weakref
PORTVERSION= 0.3.3
CATEGORIES= devel pear
DISTNAME= Weakref-${PORTVERSION}
MAINTAINER= miwi@FreeBSD.org
COMMENT= PECL Weakref extension
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
IGNORE_WITH_PHP= 73 74
CONFLICTS= pecl-weakref-1*
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>