pkgsrc/devel/gnatpython/Makefile
2014-05-09 07:36:53 +00:00

22 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"