25 lines
549 B
Makefile
25 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>
|