blob: 018281e1ca6b22447e5e23bc49fac6737d12cf03 (
plain) (
blame)
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
26
27
28
29
30
31
|
# Created by: Chris Howey <howeyc@gmail.com>
# $FreeBSD$
PORTNAME= parallel
PORTVERSION= 20180922
CATEGORIES= sysutils
MASTER_SITES= GNU
MAINTAINER= howeyc@gmail.com
COMMENT= Shell tool for executing jobs in parallel
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= perl5 shebangfix tar:bzip2
OPTIONS_DEFINE= DOCS
CONFIGURE_ARGS= --docdir="${DOCSDIR}"
GNU_CONFIGURE= yes
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>
|