f6dd9d2f87
For the Python 3.8 default switch.
21 lines
583 B
Makefile
21 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.22 2020/12/04 20:45:09 nia Exp $
|
|
|
|
DISTNAME= gnatpython-${SNAPSHOT}
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://downloads.dragonlace.net/src/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://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_ACCEPTED= 27 # not yet ported as of 20110912
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|