opnsense-ports/sysutils/parallel/Makefile
Franco Fichtner b384346f6d */*: sync with upstream
Taken from: HardenedBSD
2018-01-03 17:34:10 +01:00

30 lines
575 B
Makefile

# Created by: Chris Howey <howeyc@gmail.com>
# $FreeBSD$
PORTNAME= parallel
PORTVERSION= 20171222
CATEGORIES= sysutils
MASTER_SITES= GNU
MAINTAINER= howeyc@gmail.com
COMMENT= Shell tool for executing jobs in parallel
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= DOCS
CONFIGURE_ARGS= --docdir="${DOCSDIR}"
GNU_CONFIGURE= yes
USES= perl5 shebangfix tar:bzip2
NO_ARCH= yes
PORTDOCS= *
SHEBANG_FILES= src/env_parallel src/niceload src/parcat src/sql
DOCS_BUILD_DEPENDS= pod2pdf:textproc/p5-pod2pdf \
pod2texi:print/texinfo
.include <bsd.port.mk>