freebsd-ports/devel/p5-IO-MultiPipe/Makefile
Andrej Zverev 5010cb0eda - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 13:26:14 +00:00

17 lines
360 B
Makefile

# Created by: Zane C, Bowers <vvelox@vvelox.net>
# $FreeBSD$
PORTNAME= IO-MultiPipe
PORTVERSION= 0.0.0
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Check for errors when running a command through multiple pipes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>