998dc42e73
GNATPython was hardcoded to use gcc and that caused the c-based rlimit utility to fail to build. Changing "gcc" to "cc" in the setup script solved the issue for clang-based systems.
24 lines
466 B
Makefile
24 lines
466 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= tar:bzip2
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
PYDISTUTILS_PKGVERSION= 1.2
|
|
NO_LICENSES_INSTALL= yes
|
|
|
|
.include <bsd.port.mk>
|