1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/science/py-pupynere/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

23 lines
426 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= pupynere
PORTVERSION= 1.0.15
PORTREVISION= 8
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= NetCDF file reader and writer
LICENSE= MIT
RUN_DEPENDS= ${PYNUMPY}
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>