summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2006-05-07 13:39:49 +0000
committervanilla <vanilla@FreeBSD.org>2006-05-07 13:39:49 +0000
commit95e9868c7771c794e7cc50b03d62f8e96591c6b9 (patch)
tree0d8d9bbfa92732f6aeb06fd2efa4f79a16b9d829 /textproc
parentc80f06e2ce25eb7991b9ee21dab34df3df71295e (diff)
downloadFreeBSD-ports-95e9868c7771c794e7cc50b03d62f8e96591c6b9.zip
FreeBSD-ports-95e9868c7771c794e7cc50b03d62f8e96591c6b9.tar.gz
Add pecl-ctemplate, it's php extension for google ctemplate library.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/pecl-ctemplate/Makefile29
-rw-r--r--textproc/pecl-ctemplate/distinfo3
-rw-r--r--textproc/pecl-ctemplate/pkg-descr1
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 975806b..c9e60a1 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -599,6 +599,7 @@
SUBDIR += pear-XML_Beautifier
SUBDIR += pear-XML_HTMLSax
SUBDIR += pear-XML_Wddx
+ SUBDIR += pecl-ctemplate
SUBDIR += pecl-xdiff
SUBDIR += perl2html
SUBDIR += permute
diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile
new file mode 100644
index 0000000..4c926ec
--- /dev/null
+++ b/textproc/pecl-ctemplate/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: pecl-cTemplate
+# Date created: 07 May 2006
+# Whom: vanilla
+#
+# $FreeBSD$
+#
+
+PORTNAME= cTemplate
+PORTVERSION= 0.1
+CATEGORIES= textproc pear
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= vanilla
+PKGNAMEPREFIX= pecl-
+DIST_SUBDIR= PECL
+
+MAINTAINER= vanilla@FreeBSD.org
+COMMENT= A PECL extension for google ctemplate library
+
+LIB_DEPENDS= ctemplate.0:${PORTSDIR}/textproc/google-ctemplate
+
+USE_PHP= yes
+USE_PHPEXT= yes
+
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib ${EXTRA_LIBS}"
+
+CONFIGURE_ARGS= --with-cTemplate=${LOCALBASE}
+
+.include <bsd.port.mk>
diff --git a/textproc/pecl-ctemplate/distinfo b/textproc/pecl-ctemplate/distinfo
new file mode 100644
index 0000000..1f8fd77
--- /dev/null
+++ b/textproc/pecl-ctemplate/distinfo
@@ -0,0 +1,3 @@
+MD5 (PECL/cTemplate-0.1.tar.gz) = 40e8d3df8a86cafc62d77dc840144780
+SHA256 (PECL/cTemplate-0.1.tar.gz) = ea03e777ddf8b5b3aca71fec2289fe2fdc03db007a0ad90a2a7e6f970be989a1
+SIZE (PECL/cTemplate-0.1.tar.gz) = 330461
diff --git a/textproc/pecl-ctemplate/pkg-descr b/textproc/pecl-ctemplate/pkg-descr
new file mode 100644
index 0000000..0229e1b
--- /dev/null
+++ b/textproc/pecl-ctemplate/pkg-descr
@@ -0,0 +1 @@
+A PECL extension for google ctemplate library.
OpenPOWER on IntegriCloud