freebsd-ports/devel/py-cclib/Makefile
Martin Wilke cf079c26d5 Py-cclib is an open source library, written in Python, for parsing and
interpreting the results of computational chemistry packages. The current
version, cclib 0.9, parses output files from ADF, GAMESS (US), GAMESS-UK,
Gaussian, Jaguar, Molpro, ORCA and PC GAMESS.

WWW:  http://cclib.sourceforge.net/

PR:		ports/125490
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-07-18 12:35:46 +00:00

20 lines
409 B
Makefile

# New ports collection makefile for: py-cclib
# Date created: 09 July 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= cclib
PORTVERSION= 0.9
CATEGORIES= devel python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Parsers And Algorithms For Computational Chemistry
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>