blob: b6f679935947ee1766d955078a535956b56a787c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: John Marino <marino@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnatpython
PORTVERSION= ${SNAPSHOT}
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/
MAINTAINER= marino@FreeBSD.org
COMMENT= Python package used in Ada testsuites
LICENSE= GPLv3
SNAPSHOT= 20140205
USES= python tar:bzip2
USE_PYTHON= distutils autoplist
NO_LICENSES_INSTALL= yes
.include <bsd.port.mk>
|