freebsd-ports/sysutils/parafly/Makefile
Gerald Pfeifer e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00

25 lines
466 B
Makefile

# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= parafly
PORTVERSION= 2013.01.21
PORTREVISION= 3
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>