1d7e0541a4
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2 i set the IGNORE_WITH_PHP accordingly to the fallout. PR: 222165 Reported by: brnd Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D13476
24 lines
491 B
Makefile
24 lines
491 B
Makefile
# Created by: vanilla
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cTemplate
|
|
PORTVERSION= 1.14
|
|
CATEGORIES= textproc pear
|
|
DISTVERSIONPREFIX= v
|
|
PKGNAMEPREFIX= pecl-
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= PECL extension for ctemplate library
|
|
|
|
LIB_DEPENDS= libctemplate.so:textproc/google-ctemplate
|
|
|
|
USES= php:ext localbase:ldflags
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= vanillahsu
|
|
GH_PROJECT= pecl-ctemplate
|
|
IGNORE_WITH_PHP= 70 71 72
|
|
|
|
CONFIGURE_ARGS= --with-cTemplate=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|