c2a92a1aea
version 1.1.0 (via revision 464079).
22 lines
404 B
Makefile
22 lines
404 B
Makefile
# Created by: nwhitehorn
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= astropy
|
|
PORTVERSION= 1.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= astro
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nwhitehorn@FreeBSD.org
|
|
COMMENT= Community-developed python astronomy tools
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|