mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
5e8277e774
- Add NO_ARCH - Remove PROJECTHOST - While I'm here, sort USE_PYTHON Approved by: portmgr (blanket)
21 lines
406 B
Makefile
21 lines
406 B
Makefile
# Created by: Mykola Dzham <i@levsha.me>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= drmaa
|
|
PORTVERSION= 0.4b3
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= i@levsha.me
|
|
COMMENT= Interact with DRMAA-compliant distributed resource management systems
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|