pkgsrc/devel/gnatpython/Makefile

25 lines
649 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/03/15 11:53:24 obache 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
PKG_DESTDIR_SUPPORT= user-destdir
PYTHON_VERSIONS_ACCEPTED= 27 26 # uses "with ... as"
EGG_NAME= gnatpython-1.2
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"