1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/astro/py-astropy/Makefile
Piotr Kubaj b9b57bf115 astro/py-astropy: fix build on GCC architectures
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"
2019-12-17 12:40:20 +00:00

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>