freebsd-ports/sysutils/parallel/Makefile
Sunpoet Po-Chuan Hsieh 1a5a62e324 Update to 20200122
- Update WWW

Changes:	http://git.savannah.gnu.org/cgit/parallel.git/tree/NEWS
PR:		243332
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 15 days)
2020-01-29 19:17:21 +00:00

31 lines
576 B
Makefile

# Created by: Chris Howey <howeyc@gmail.com>
# $FreeBSD$
PORTNAME= parallel
PORTVERSION= 20200122
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>