mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
- Add NO_ARCH - Add LICENSE_FILE Changes: https://github.com/sebastianbergmann/php-token-stream/blob/master/ChangeLog.md
25 lines
516 B
Makefile
25 lines
516 B
Makefile
PORTNAME= PHP_TokenStream
|
|
PORTVERSION= 4.0.4
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Wrapper around PHP tokenizer extension
|
|
WWW= https://github.com/sebastianbergmann/php-token-stream
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= pear:env
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sebastianbergmann
|
|
GH_PROJECT= php-token-stream
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
|
cd ${WRKSRC}/src/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|