mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
c4329ed172
- Changed upstream location to GitHub - Corrected LICENSE Approved by: mentors (implicit)
27 lines
476 B
Makefile
27 lines
476 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cclib
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= GH
|
|
|
|
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
|
|
GH_ACCOUNT= cclib
|
|
GH_COMMIT= 4f5cee7
|
|
GH_TAGNAME= ${GH_COMMIT}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|