aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-Multiplex/Makefile
blob: 24332af7c06c3a8b4182a9eb7728098839588c99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>