blob: 97972cfc2d089f2fc86d6a23f55c21c98ecafc51 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Mykola Dzham <i@levsha.me>
# $FreeBSD$
PORTNAME= drmaa
PORTVERSION= 0.4b3
CATEGORIES= sysutils python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= i@levsha.me
COMMENT= Interact with DRMAA-compliant distributed resource management systems
LICENSE= BSD
PROJECTHOST= drmaa-python
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
NO_STAGE= yes
.include <bsd.port.mk>
|