0b156cdcfc
- Mark NO_ARCH Relnotes: https://metacpan.org/changes/distribution/IO-Tee
22 lines
338 B
Makefile
22 lines
338 B
Makefile
# Created by: dcf@aracnet.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IO-Tee
|
|
PORTVERSION= 0.66
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Multiplex output to multiple output handles
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|