20 lines
411 B
Makefile
20 lines
411 B
Makefile
# 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>
|