1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/devel/p5-IO-MultiPipe/Makefile
Erwin Lansing 51dcefda33 Finish moving this file to devel from net.
Submitted by:	chkversion
Pointyhat to:	pgollucci
2009-02-03 08:04:47 +00:00

23 lines
468 B
Makefile

# New ports collection makefile for: p5-IO-MultiPipe
# Date created: 2009-01-14
# Whom: Zane C, Bowers <vvelox@vvelox.net>
#
# $FreeBSD$
#
PORTNAME= IO-MultiPipe
PORTVERSION= 0.0.0
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Check for errors when running a command through multiple pipes
PERL_CONFIGURE= yes
MAN3= IO::MultiPipe.3
.include <bsd.port.mk>