6df4f46527
Changes: http://search.cpan.org/dist/Capture-Tiny/Changes PR: ports/168115 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 19 days)
22 lines
470 B
Makefile
22 lines
470 B
Makefile
# New ports collection makefile for: devel/p5-Capture-Tiny
|
|
# Date created: 23 June 2009
|
|
# Whom: Bill Brinzer <bill.brinzer@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Capture-Tiny
|
|
PORTVERSION= 0.18
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bill.brinzer@gmail.com
|
|
COMMENT= Capture STDOUT and STDERR from Perl, XS or external programs
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Capture::Tiny.3
|
|
|
|
.include <bsd.port.mk>
|