1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/sysutils/p5-File-Tee/Makefile
2021-04-06 16:31:07 +02:00

18 lines
348 B
Makefile

# Created by: Konstantin Menshikov <kostjnspb@yandex.ru>
PORTNAME= File-Tee
PORTVERSION= 0.07
PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN \
http://kostjn.spb.ru/freebsd/
PKGNAMEPREFIX= p5-
MAINTAINER= kostjnspb@yandex.ru
COMMENT= Replicate data sent to a Perl stream
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>