mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
New port: devel/py-phply
phply is a parser for the PHP programming language written using PLY, a Lex/YACC-style parser generator toolkit for Python. WWW: https://pypi.python.org/pypi/phply PR: 211049 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
This commit is contained in:
parent
1167615a5d
commit
f1611d49c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418488
@ -4263,6 +4263,7 @@
|
||||
SUBDIR += py-pex
|
||||
SUBDIR += py-phabricator
|
||||
SUBDIR += py-phonenumbers
|
||||
SUBDIR += py-phply
|
||||
SUBDIR += py-phpserialize
|
||||
SUBDIR += py-pika
|
||||
SUBDIR += py-pinocchio
|
||||
|
19
devel/py-phply/Makefile
Normal file
19
devel/py-phply/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= phply
|
||||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@bsd.com.br
|
||||
COMMENT= PHP lexer and parser in Python
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-phply/distinfo
Normal file
3
devel/py-phply/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1467933894
|
||||
SHA256 (phply-0.9.1.tar.gz) = 6afe997a3b0ab3dbc2d5d8769d9c9e10d1fd9812e416d2deaf6ba56fd2565ed8
|
||||
SIZE (phply-0.9.1.tar.gz) = 30640
|
4
devel/py-phply/pkg-descr
Normal file
4
devel/py-phply/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
phply is a parser for the PHP programming language written using PLY,
|
||||
a Lex/YACC-style parser generator toolkit for Python.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/phply
|
Loading…
Reference in New Issue
Block a user