1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/devel/gnatpython/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

22 lines
412 B
Makefile

# 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>