mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
21 lines
369 B
Makefile
21 lines
369 B
Makefile
# Created by: Valery Komarov <komarov@valerka.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= blitz
|
|
PORTVERSION= 0.8.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://alexeyrybak.com/blitz/
|
|
PKGNAMEPREFIX= php5-
|
|
|
|
MAINTAINER= komarov@valerka.net
|
|
COMMENT= PHP templating engine
|
|
|
|
CONFLICTS= php5-blitz-devel-[0-9]*
|
|
|
|
USE_PHP= yes
|
|
USE_PHP_BUILD= yes
|
|
USE_PHPEXT= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|