ports/devel/py-cclib/Makefile
Bartek Rutkowski da3f99e594 Update maintainer address to robak@FreeBSD.org.
Approved by:	swills (mentor)
2014-06-24 18:42:15 +00:00

23 lines
492 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= cclib
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= robak@FreeBSD.org
COMMENT= Parsers And Algorithms For Computational Chemistry
LICENSE= APACHE20
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>