freebsd-ports/devel/py-cclib/Makefile
2011-03-16 01:01:21 +00:00

24 lines
509 B
Makefile

# New ports collection makefile for: py-cclib
# Date created: 09 July 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= cclib
PORTVERSION= 1.0.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
.include <bsd.port.mk>