1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/p5-IO-Tee/Makefile
Sunpoet Po-Chuan Hsieh 078fd1a796 - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189580
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-25 12:40:44 +00:00

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>