5cbf61b05f
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 PR: ports/159907 Submitted by: Valery Komarov <komarov@valerka.net>
21 lines
416 B
Makefile
21 lines
416 B
Makefile
# New ports collection makefile for: php5-blitz
|
|
# Date created: 2011-08-19
|
|
# Whom: Valery Komarov <komarov@valerka.net>
|
|
#
|
|
# $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 <bsd.port.mk>
|