freebsd-ports/www/phpmustache/Makefile
Jochen Neumeister 40c1fed29c Update to 2.13.0
Give Maintainership to Submitter
Changelog: https://github.com/bobthecow/mustache.php/releases/tag/v2.13.0

PR:		242216
Submitted by:	Marc Veldman <marc@bumblingdork.com> (new Maintainer)
MFH:		2019Q4 (hat: ports-secteam)
Sponsored by:	Netzkommune GmbH
2019-11-26 17:43:42 +00:00

39 lines
746 B
Makefile

# Created by: Steve Polyack <spolyack@collaborativefusion.com>
# $FreeBSD$
PORTNAME= phpmustache
PORTVERSION= 2.13.0
DISTVERSIONPREFIX= v
CATEGORIES= www
MAINTAINER= marc@bumblingdork.com
COMMENT= PHP5 code for Mustache
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:build
USE_GITHUB= yes
GH_ACCOUNT= bobthecow
GH_PROJECT= mustache.php
NO_ARCH= yes
SUB_FILES= pkg-message
OPTIONS_DEFINE= EXAMPLES
do-build:
@${WRKSRC}/bin/build_bootstrap.php
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/mustache.php ${STAGEDIR}${DATADIR}
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/test/fixtures/examples && ${COPYTREE_SHARE} . \
${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>