20 lines
399 B
Makefile
20 lines
399 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
MAN3= IO::Multiplex.3
|
|
# http://search.cpan.org/dist/IO-Multiplex/Changes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|