1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/devel/p5-IO-CaptureOutput/Makefile
Andrej Zverev f8b7fb606c - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 11:00:15 +00:00

18 lines
377 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= IO-CaptureOutput
PORTVERSION= 1.11.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= lth@FreeBSD.org
COMMENT= Capture STDOUT/STDERR from subprocesses and XS/C modules
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>