Files
bsdports/perl/p5-IO-Multiplex/Makefile
2019-12-26 07:26:06 +00:00

20 lines
317 B
Makefile

#
# $Id$
#
PORTNAME= IO-Multiplex
PORTVERSION= 1.13
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= IO::Multiplex - Manage IO on many file handles
USES= perl5
USE_PERL5= configure
# http://search.cpan.org/dist/IO-Multiplex/Changes
.include <bsd.port.mk>
#EOF