1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/devel/py-cclib/Makefile
2016-08-04 13:53:56 +00:00

24 lines
420 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= cclib
PORTVERSION= 1.4.1
DISTVERSIONPREFIX= v
CATEGORIES= devel python
MAINTAINER= robak@FreeBSD.org
COMMENT= Parsers And Algorithms For Computational Chemistry
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USE_GITHUB= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>