blob: c198a271d8daa3b5cc7a66c48c6d5795f8bc9c00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= parafly
PORTVERSION= 2013.01.21
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/
DISTNAME= ${PORTNAME}-r2013-01-21
MAINTAINER= bacon4000@gmail.com
COMMENT= Process multiple commands in parallel on a single server
LICENSE= BSD3CLAUSE
USES= compiler:openmp tar:tgz
GNU_CONFIGURE= yes
CXXFLAGS+= -fopenmp
LDFLAGS+= -fopenmp
PLIST_FILES= bin/ParaFly
.include <bsd.port.mk>
|