981d48d5d5
- Use real PORTVERSION and update dependent port - Add LICENSE - Add NO_ARCH Changes: http://search.cpan.org/dist/IO-CaptureOutput/Changes
21 lines
408 B
Makefile
21 lines
408 B
Makefile
# Created by: Lars Thegler <lth@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IO-CaptureOutput
|
|
PORTVERSION= 1.1104
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Capture STDOUT/STDERR from subprocesses and XS/C modules
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|