freebsd-ports/textproc/pear-Text_Template/Makefile
Jochen Neumeister 3bbba57f62 remove obsolete port devel/pear-channel-phpunit [1]
textproc/pear-Text_Template:
- Update to 2.0.2
- switch to GH

PR:		242220 [1]
Submitted by:	Marc Veldman <marc@bumblingdork.com> [1]
Approved by:	miwi (maintainer timeout)
Sponsored by:	Netzkommune GmbH
2020-07-09 17:49:31 +00:00

30 lines
607 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= Text_Template
PORTVERSION= 2.0.2
CATEGORIES= textproc www pear
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}
MAINTAINER= miwi@FreeBSD.org
COMMENT= Simple template engine
USES= pear:env
USE_GITHUB= yes
GH_ACCOUNT= sebastianbergmann
GH_PROJECT= php-text-template
NO_ARCH= yes
NO_BUILD= yes
PHP_DIR= share/PHP
PLIST_FILES= ${PHP_DIR}/${PORTNAME}/Template.php
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DIR}/${PORTNAME}
${INSTALL_SCRIPT} ${WRKSRC}/src/Template.php \
${STAGEDIR}${PREFIX}/${PHP_DIR}/${PORTNAME}
.include <bsd.port.mk>