mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
8fff289bbb
Toy Parser Generator -- A parser generator in Python
25 lines
437 B
Makefile
25 lines
437 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: tpg
|
|
# Date created: Mar 15, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tpg
|
|
PORTVERSION= 0.1.6
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://christophe.delord.free.fr/en/tpg/
|
|
DISTNAME= ${PORTNAME:U}-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_PYTHON= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/TPG.py ${PREFIX}/bin/tpg
|
|
|
|
.include <bsd.port.mk>
|