mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
23 lines
621 B
Makefile
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"
|