mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
17032d9f5c
PR: 167131 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer
25 lines
590 B
Makefile
25 lines
590 B
Makefile
# New ports collection makefile for: Yapps2
|
|
# Date created: 27 April 2008
|
|
# Whom: xenophon+fbsdports@irtnog.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yapps2
|
|
PORTVERSION= 2.1.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://theory.stanford.edu/~amitp/yapps/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= yapps${PORTVERSION}
|
|
|
|
MAINTAINER= xenophon+fbsdports@irtnog.org
|
|
COMMENT= An 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_PKGNAME= Yapps
|
|
|
|
.include <bsd.port.mk>
|