2011-02-17 10:25:51 +01:00
|
|
|
# New ports collection makefile for: gnatpython
|
|
|
|
# Date created: 12 December 2010
|
|
|
|
# Whom: John Marino <draco@marino.st>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnatpython
|
|
|
|
PORTVERSION= ${SNAPSHOT}
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://downloads.dragonlace.net/src/ \
|
|
|
|
http://dragonlace.mirrors.ada.cx/src/
|
|
|
|
|
|
|
|
MAINTAINER= draco@marino.st
|
|
|
|
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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|