24 lines
471 B
Makefile
24 lines
471 B
Makefile
|
# New ports collection makefile for: py-drmaa
|
||
|
# Date created: 2011-02-16
|
||
|
# Whom: 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
|
||
|
|
||
|
.include <bsd.port.mk>
|