mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
20 lines
317 B
Makefile
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
|