mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
20 lines
500 B
Makefile
20 lines
500 B
Makefile
# Created by: xenophon+fbsdports@irtnog.org
|
|
|
|
PORTNAME= yapps2
|
|
PORTVERSION= 2.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://theory.stanford.edu/~amitp/yapps/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= yapps${PORTVERSION}
|
|
|
|
MAINTAINER= xenophon+fbsdports@irtnog.org
|
|
COMMENT= Easy-to-use parser generator that generates Python code
|
|
|
|
PORTSCOUT= skipv:2-2.1.1-17.1
|
|
WRKSRC= ${WRKDIR}/Yapps-${PORTVERSION}
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|