freebsd-ports/sysutils/parafly/Makefile
Jason W. Bacon 2712ee358c sysutils/parafly: Upgrade to 0.1.0 from Github, drop gcc dependency
Simply remove compiler:openmp
Builds with base compiler on amd64, i386, and powerpc64 12.x-RELEASE

PR:             port/247753, ports/252379
2021-01-11 17:43:21 +00:00

26 lines
472 B
Makefile

# $FreeBSD$
PORTNAME= parafly
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0 # Test new versions with Trinity before upgrading
PORTREVISION= 8
PORTEPOCH= 1 # SourceForge version was 2013.01.21
CATEGORIES= sysutils
MAINTAINER= jwb@FreeBSD.org
COMMENT= Process multiple commands in parallel on a single server
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
GH_PROJECT= ParaFly
GNU_CONFIGURE= yes
CXXFLAGS+= -fopenmp
LDFLAGS+= -fopenmp
PLIST_FILES= bin/ParaFly
.include <bsd.port.mk>