1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/www/pear-twig/Makefile
Bernhard Froehlich 77e8ff4677
www/pear-twig: Add CPE information
Approved by:    portmgr (blanket)
2021-09-30 15:14:21 +00:00

23 lines
446 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= sunpoet@FreeBSD.org
COMMENT= Flexible, fast, and secure template engine for PHP
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cpe pear php:cli
PEAR_CHANNEL= twig
NO_ARCH= yes
CPE_VENDOR= symfony
USE_PHP= ctype hash
.include <bsd.port.mk>