pkgsrc/devel/gnatpython/Makefile
marino bfae1e3ec5 Update devel/gnatpython to 2011-09-12
This is equivalent to revision 54 (trunk) of the gnatpython repository.
2011-10-06 22:15:21 +00:00

22 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.3 2011/10/06 22:15:21 marino Exp $
#
DISTNAME= gnatpython-${SNAPSHOT}
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
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 27 26 # uses "with ... as"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"