freebsd-ports/sysutils/parallel/Makefile
Sunpoet Po-Chuan Hsieh 1f6e8b737b Update to 20170122
- Remove CONFLICTS: moreutils-parallel was removed in Sep 20, 2014
- Use PLIST instead of PLIST_FILES
- While I'm here:
  - Add missing DOCS_BUILD_DEPENDS
  - Remove redundant LOCALBASE/bin in DOCS_BUILD_DEPENDS

Changes:	http://git.savannah.gnu.org/cgit/parallel.git/plain/NEWS
PR:		216379
Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
Approved by:	Chris Howey <howeyc@gmail.com> (maintainer)
2017-01-23 18:51:56 +00:00

30 lines
574 B
Makefile

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