freebsd-ports/devel/py-cclib/Makefile
Wen Heping 27cd560f99 - Update to 1.1
- Trim Makefile headers
2013-02-16 12:48:32 +00:00

19 lines
427 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= cclib
PORTVERSION= 1.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>