2016-01-21 23:40:00 +01:00

23 lines
624 B
Makefile

# $NetBSD: Makefile,v 1.9 2014/05/09 07:36:59 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 34 # not yet ported as of 20110912
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"