2014-08-11 13:27:10 +02:00

23 lines
621 B
Makefile

# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:01 wiz Exp $
DISTNAME= gnatpython-${SNAPSHOT}
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/ \
http://dragonlace.mirrors.ada.cx/src/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= draco@marino.st
HOMEPAGE= http://forge.open-do.org/projects/gnatpython
COMMENT= Python package used in Ada testsuites
LICENSE= gnu-gpl-v3
SNAPSHOT= 20110912
EGG_NAME= gnatpython-1.2
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 20110912
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"