20 lines
396 B
Makefile
20 lines
396 B
Makefile
# Created by: John Marino <marino@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnatpython
|
|
PORTVERSION= ${SNAPSHOT}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://downloads.dragonlace.net/src/
|
|
|
|
MAINTAINER= marino@FreeBSD.org
|
|
COMMENT= Python package used in Ada testsuites
|
|
|
|
LICENSE= GPLv3
|
|
|
|
SNAPSHOT= 20140224
|
|
USES= python tar:bzip2
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_LICENSES_INSTALL= yes
|
|
|
|
.include <bsd.port.mk>
|