blob: 6fdd2e5805f96a4c440606dc9e4f14cc2185a94a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= cclib
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Parsers And Algorithms For Computational Chemistry
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
NO_STAGE= yes
.include <bsd.port.mk>
|