freebsd-ports/sysutils/parallel/Makefile
Danilo G. Baio c99174bff6 sysutils/parallel: Update to 20171222
Update license.

Changes:	http://git.savannah.gnu.org/cgit/parallel.git/plain/NEWS

PR:		224641
Approved by:	Chris Howey <howeyc@gmail.com> (maintainer)
2018-01-02 23:24:33 +00: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>