freebsd-ports/devel/pstreams/Makefile
Kurt Jaeger 45b031ea61 devel/pstreams: 0.8.0 -> 0.8.1
- pstream.h (basic_ipstream::basic_ipstream(argv_type, pmode):
  o Use basic_ipstream::readable(pmode) to correctly set input mode.
  o Add initializer-list constructors.
  o Make unary constructors explicit.
- test_pstreams.cc:
  o Test execve-style construction for ipstream.

PR:		206272
Submitted by:	yuri@rawbw.com
Approved by:	eg@fbsd.lt (maintainer timeout)
2016-02-04 03:22:13 +00:00

20 lines
393 B
Makefile

# Created by: Andrew Wingorodov <mail@andr.ru>
# $FreeBSD$
PORTNAME= pstreams
PORTVERSION= 0.8.1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Release%200.8.x
MAINTAINER= eg@fbsd.lt
COMMENT= C++ utility for simple IOStream-based IPC
LICENSE= LGPL3
USES= gmake
MAKE_ENV+= INSTALL_PREFIX=${PREFIX}
NO_BUILD= yes
PLIST_FILES= include/pstreams/pstream.h
.include <bsd.port.mk>