mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
24 lines
450 B
Makefile
24 lines
450 B
Makefile
# Created by: Lars Thegler <lth@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IO-Capture
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Abstract Base Class to build modules to capture output
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= IO::Capture.3 \
|
|
IO::Capture::Overview.3 \
|
|
IO::Capture::Stderr.3 \
|
|
IO::Capture::Stdout.3 \
|
|
IO::Capture::Tie_STDx.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|