mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
4942ce5a7d
- Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
27 lines
592 B
Makefile
27 lines
592 B
Makefile
# 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>
|