blob: bfd41b4f47689cd089692f4916d67837088106b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Joe Horn <joehorn@gmail.com>
# $FreeBSD$
PORTNAME= twig
PORTVERSION= 1.23.3
CATEGORIES= www pear
MASTER_SITES= http://pear.twig-project.org/get/
DISTNAME= Twig-${PORTVERSION}
MAINTAINER= ports@toco-domains.de
COMMENT= Flexible, fast, and secure template engine for PHP
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.twig-project.org.reg:devel/pear-channel-twig
RUN_DEPENDS= ${PEARDIR}/.channels/pear.twig-project.org.reg:devel/pear-channel-twig
USES= pear
PEAR_CHANNEL= twig
NO_ARCH= yes
USE_PHP= ctype hash
WANT_PHP_CLI= yes
.include <bsd.port.mk>
|