aboutsummaryrefslogtreecommitdiff
path: root/devel/bisongen/Makefile
blob: 1aa67edb05dd8b817564b24398d6a2b9c833b335 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	bisongen
# Date created:				August 8th 2005
# Whom:					Frerich Raabe <frerich.raabe@gmx.de>
#
# $FreeBSD$
#

PORTNAME=	bisongen
PORTVERSION=	0.8.0b1
CATEGORIES=	devel python
MASTER_SITES=	ftp://ftp.fourthought.com/pub/BisonGen/
DISTNAME=	BisonGen-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A general-purpose parser generator for Python

USE_BZIP2=	yes
USE_PYTHON=	yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME=	BisonGen

post-install:
	${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/examples/simple/* ${EXAMPLESDIR}

.include <bsd.port.mk>