2013-07-12 15:40:50 +02:00
|
|
|
# Created by: John Marino <marino@FreeBSD.org>
|
2011-02-17 10:25:51 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gnatpython
|
|
|
|
PORTVERSION= ${SNAPSHOT}
|
|
|
|
CATEGORIES= devel
|
2013-07-12 15:40:50 +02:00
|
|
|
MASTER_SITES= http://downloads.dragonlace.net/src/
|
2011-02-17 10:25:51 +01:00
|
|
|
|
2013-07-12 15:40:50 +02:00
|
|
|
MAINTAINER= marino@FreeBSD.org
|
2011-02-17 10:25:51 +01:00
|
|
|
COMMENT= Python package used in Ada testsuites
|
|
|
|
|
2011-10-07 14:25:29 +02:00
|
|
|
SNAPSHOT= 20110912
|
2011-02-17 10:25:51 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
|
|
|
|
USE_PYTHON= 2.6+
|
|
|
|
USE_PYDISTUTILS= yes
|
2011-10-07 14:25:29 +02:00
|
|
|
PYDISTUTILS_PKGVERSION= 1.2
|
2011-02-17 10:25:51 +01:00
|
|
|
|
2013-09-20 19:04:43 +02:00
|
|
|
NO_STAGE= yes
|
2011-02-17 10:25:51 +01:00
|
|
|
.include <bsd.port.mk>
|