freebsd-ports/devel/gnatpython/Makefile
Frederic Culot 9f483c9037 - Update to svn rev. 54 (20110912)
PR:		ports/161361
Submitted by:	John Marino <draco@marino.st> (maintainer)
2011-10-07 12:25:29 +00:00

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= 20110912
USE_BZIP2= yes
USE_PYTHON= 2.6+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGVERSION= 1.2
.include <bsd.port.mk>