mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
22 lines
419 B
Makefile
22 lines
419 B
Makefile
# Created by: Joe Horn <joehorn@gmail.com>
|
|
|
|
PORTNAME= twig
|
|
PORTVERSION= 1.29.0
|
|
CATEGORIES= www pear
|
|
MASTER_SITES= http://pear.twig-project.org/get/
|
|
DISTNAME= Twig-${PORTVERSION}
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Flexible, fast, and secure template engine for PHP
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= pear php:cli
|
|
PEAR_CHANNEL= twig
|
|
NO_ARCH= yes
|
|
|
|
USE_PHP= ctype hash
|
|
|
|
.include <bsd.port.mk>
|