1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/textproc/pecl-ctemplate/Makefile
2018-10-08 15:08:13 +00:00

25 lines
494 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 73
CONFIGURE_ARGS= --with-cTemplate=${LOCALBASE}
.include <bsd.port.mk>