aboutsummaryrefslogtreecommitdiff
path: root/textproc/pecl-ctemplate/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-30 23:30:55 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-30 23:30:55 +0000
commit6095f8d47a4a2336ce178caf6d72cef1197d3a43 (patch)
tree0baee1f61bdd8f7fc45a9cafe2fca1a1c82ee76b /textproc/pecl-ctemplate/Makefile
parent57eddb3fa57f0798f57bfaeb6eff73ce64d2ec58 (diff)
downloadports-6095f8d47a4a2336ce178caf6d72cef1197d3a43.tar.gz
ports-6095f8d47a4a2336ce178caf6d72cef1197d3a43.zip
Notes
Diffstat (limited to 'textproc/pecl-ctemplate/Makefile')
-rw-r--r--textproc/pecl-ctemplate/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile
deleted file mode 100644
index 5afbaddf5380..000000000000
--- a/textproc/pecl-ctemplate/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-
-DEPRECATED= Works only with EOL php 5.6
-EXPIRATION_DATE= 2018-12-30
-
-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= 71 72 73
-
-CONFIGURE_ARGS= --with-cTemplate=${LOCALBASE}
-
-.include <bsd.port.mk>