1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/sysutils/py-drmaa/Makefile
Martin Wilke 3fa3e73203 drmaa-python is a python package to interact with DRMAA-compliant distributed
resource management systems.
The library tries to be compliant with the DRMAA 1.0 Python language binding.

WWW:	http://code.google.com/p/drmaa-python/

PR:		ports/154913
Submitted by:	Mykola Dzham <i at levsha.me>
2011-02-27 13:06:01 +00:00

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>