Update sysutils/ipmitool to version 1.8.12_5
[dports.git] / sysutils / py-drmaa / Makefile
1 # Created by: Mykola Dzham <i@levsha.me>
2 # $FreeBSD$
3
4 PORTNAME=       drmaa
5 PORTVERSION=    0.4b3
6 CATEGORIES=     sysutils python
7 MASTER_SITES=   GOOGLE_CODE
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     i@levsha.me
11 COMMENT=        Interact with DRMAA-compliant distributed resource management systems
12
13 LICENSE=        BSD
14 PROJECTHOST=    drmaa-python
15
16 USE_PYTHON=     yes
17 USE_PYDISTUTILS=        easy_install
18
19 NO_STAGE=       yes
20 .include <bsd.port.mk>