freebsd-ports/science/py-PyQuante/Makefile
Antoine Brodin 41a5348a3b Deprecate a few ports
With hat:	portmgr
2020-02-23 15:25:53 +00:00

24 lines
517 B
Makefile

# $FreeBSD$
PORTNAME= PyQuante
DISTVERSION= 1.6.5
PORTREVISION= 2
CATEGORIES= science python
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-${DISTVERSION:R}/${PORTNAME}-${DISTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Quantum chemistry in Python
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
RUN_DEPENDS= ${PYNUMPY}
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>