View | Details | Raw Unified | Return to bug 217476
Collapse All | Expand All

(-)devel/py-ply/Makefile (-2 / +2 lines)
Lines 7-18 Link Here
7
MASTER_SITES=	http://www.dabeaz.com/ply/
7
MASTER_SITES=	http://www.dabeaz.com/ply/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	dbaio@bsd.com.br
11
COMMENT=	Python Lex-Yacc
11
COMMENT=	Python Lex-Yacc
12
12
13
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
14
14
15
USES=		python
15
USES?=		python
16
USE_PYTHON=	autoplist concurrent distutils
16
USE_PYTHON=	autoplist concurrent distutils
17
NO_ARCH=	yes
17
NO_ARCH=	yes
18
18
(-)devel/py3-ply/Makefile (+8 lines)
Line 0 Link Here
1
# Created by: Danilo G. Baio <dbaio@bsd.com.br>
2
# $FreeBSD$
3
4
MASTERDIR=	${.CURDIR}/../py-ply
5
6
USES=	python:3.3+
7
8
.include "${MASTERDIR}/Makefile"

Return to bug 217476