View | Details | Raw Unified | Return to bug 188492
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 11-16 Link Here
11
MAINTAINER=	wen@FreeBSD.org
11
MAINTAINER=	wen@FreeBSD.org
12
COMMENT=	Parsers And Algorithms For Computational Chemistry
12
COMMENT=	Parsers And Algorithms For Computational Chemistry
13
13
14
LICENSE=	APACHE20
15
14
BUILD_DEPENDS=	${PYNUMPY}
16
BUILD_DEPENDS=	${PYNUMPY}
15
RUN_DEPENDS=	${PYNUMPY}
17
RUN_DEPENDS=	${PYNUMPY}
16
18
Lines 17-21 Link Here
17
USE_PYTHON=	yes
19
USE_PYTHON=	yes
18
USE_PYDISTUTILS=	yes
20
USE_PYDISTUTILS=	yes
19
21
20
NO_STAGE=	yes
21
.include <bsd.port.mk>
22
.include <bsd.port.mk>

Return to bug 188492