mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
078fd1a796
- Pass maintainership to submitter PR: ports/189580 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
21 lines
341 B
Makefile
21 lines
341 B
Makefile
# Created by: dcf@aracnet.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IO-Tee
|
|
PORTVERSION= 0.64
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Multiplex output to multiple output handles
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|