1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/py-phply/Makefile
Kurt Jaeger 81a7518ffe devel/py-phply: Only use Python up to 2.7 ...
... until it's confirmed to work with other versions.

PR:		211112
Submitted by:	koobs
Approved by:	Danilo G. Baio <dbaio@bsd.com.br> (maintainer)
2016-07-14 16:43:31 +00:00

21 lines
365 B
Makefile

# $FreeBSD$
PORTNAME= phply
PORTVERSION= 0.9.1
PORTREVISION= 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:-2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>