mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
b9b57bf115
Base GCC doesn't support some new warning flags: cc1: error: unrecognized command line option "-Wno-unused-result" cc1: error: unrecognized command line option "-Wno-misleading-indentation" cc1: error: unrecognized command line option "-Wno-format-overflow"
24 lines
455 B
Makefile
24 lines
455 B
Makefile
# Created by: nwhitehorn
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= astropy
|
|
DISTVERSION= 3.1.2
|
|
PORTEPOCH= 2
|
|
CATEGORIES= astro
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nwhitehorn@FreeBSD.org
|
|
COMMENT= Community-developed python astronomy tools
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
USES= compiler:c11 python:3.5+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|