freebsd-ports/sysutils/parafly/Makefile
Jason W. Bacon be26d1d912 Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user

Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14128
2018-01-31 01:07:07 +00:00

24 lines
414 B
Makefile

# $FreeBSD$
PORTNAME= parafly
PORTVERSION= 2013.01.21
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/
DISTNAME= ${PORTNAME}-r2013-01-21
MAINTAINER= jwb@FreeBSD.org
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>