mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Wrapper around PHP's tokenizer extension
WWW: https://github.com/sebastianbergmann/php-token-stream PR: ports/171843 Submitted by: Gasol Wu <gasol.wu@gmail.com> Feature safe: yes
This commit is contained in:
parent
2117f639c8
commit
0cd9ee6fcd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307511
@ -3018,6 +3018,7 @@
|
||||
SUBDIR += pear-PHP_Parser
|
||||
SUBDIR += pear-PHP_ParserGenerator
|
||||
SUBDIR += pear-PHP_Timer
|
||||
SUBDIR += pear-PHP_TokenStream
|
||||
SUBDIR += pear-PHP_UML
|
||||
SUBDIR += pear-Pager
|
||||
SUBDIR += pear-PhpDocumentor
|
||||
|
28
devel/pear-PHP_TokenStream/Makefile
Normal file
28
devel/pear-PHP_TokenStream/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= PHP_TokenStream
|
||||
PORTVERSION= 1.1.3
|
||||
CATEGORIES= devel pear
|
||||
MASTER_SITES= http://pear.phpunit.de/get/
|
||||
PKGNAMEPREFIX= pear-
|
||||
|
||||
MAINTAINER= gasol.wu@gmail.com
|
||||
COMMENT= Wrapper around PHP tokenizer extension
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
|
||||
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
|
||||
RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
|
||||
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
|
||||
|
||||
PEAR_CHANNEL= phpunit
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
DEFAULT_PHP_VER=5
|
||||
IGNORE_WITH_PHP=4
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
2
devel/pear-PHP_TokenStream/distinfo
Normal file
2
devel/pear-PHP_TokenStream/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PEAR/PHP_TokenStream-1.1.3.tgz) = 9be9fd9e9bcd096d1d6708024513281f3bb8cd08e48a20acaf575a6c7b5a16b8
|
||||
SIZE (PEAR/PHP_TokenStream-1.1.3.tgz) = 9860
|
3
devel/pear-PHP_TokenStream/pkg-descr
Normal file
3
devel/pear-PHP_TokenStream/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Wrapper around PHP's tokenizer extension
|
||||
|
||||
WWW: https://github.com/sebastianbergmann/php-token-stream
|
Loading…
Reference in New Issue
Block a user