Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

21
devel/gnatpython/Makefile Normal file
View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.7 2012/10/31 11:17:01 asau 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
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"