mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
21 lines
411 B
Makefile
21 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>
|