build scripts in a portable way. It is an extension to Ada which exports GNAT.Expect.TTY and requires the GNAT AUX compiler. WWW: http://forge.open-do.org/projects/gnatpython PR: ports/153828 Submitted by: John Marino <freebsdml@marino.st>
24 lines
549 B
Makefile
24 lines
549 B
Makefile
# 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
|
|
|
|
SNAPSHOT= 20101207
|
|
USE_BZIP2= yes
|
|
|
|
USE_PYTHON= 2.6+
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGVERSION= 1.1
|
|
|
|
.include <bsd.port.mk>
|