diff --git a/devel/Makefile b/devel/Makefile index 5e5d6ef09e01..723583d3aa5e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2779,6 +2779,7 @@ SUBDIR += php4-sysvsem SUBDIR += php4-sysvshm SUBDIR += php4-tokenizer + SUBDIR += php5-blitz SUBDIR += php5-geshi SUBDIR += php5-gettext SUBDIR += php5-ice diff --git a/devel/php5-blitz/Makefile b/devel/php5-blitz/Makefile new file mode 100644 index 000000000000..99994d8845a0 --- /dev/null +++ b/devel/php5-blitz/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: php5-blitz +# Date created: 2011-08-19 +# Whom: Valery Komarov +# +# $FreeBSD$ + +PORTNAME= blitz +PORTVERSION= 0.6.10 +CATEGORIES= devel +MASTER_SITES= http://alexeyrybak.com/blitz/ +PKGNAMEPREFIX= php5- + +MAINTAINER= komarov@valerka.net +COMMENT= PHP templating engine + +USE_PHP= yes +USE_PHP_BUILD= yes +USE_PHPEXT= yes +IGNORE_WITH_PHP=4 + +.include diff --git a/devel/php5-blitz/distinfo b/devel/php5-blitz/distinfo new file mode 100644 index 000000000000..7742314768f9 --- /dev/null +++ b/devel/php5-blitz/distinfo @@ -0,0 +1,2 @@ +SHA256 (blitz-0.6.10.tar.gz) = 3121bf19a7274f18e21dcc5d720063c7487324f4f0f9272701a0acc6abc4988b +SIZE (blitz-0.6.10.tar.gz) = 124503 diff --git a/devel/php5-blitz/pkg-descr b/devel/php5-blitz/pkg-descr new file mode 100644 index 000000000000..6fea87f111a9 --- /dev/null +++ b/devel/php5-blitz/pkg-descr @@ -0,0 +1,6 @@ +Blitz is a PHP templating engine. + +Blitz is written in C and built as PHP-extension which makes it one of +the fastest template engines. + +WWW: http://alexeyrybak.com/blitz/blitz_en.html