freebsd-ports/devel/py-yapps2/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

21 lines
524 B
Makefile

# Created by: xenophon+fbsdports@irtnog.org
# $FreeBSD$
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}
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>