aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-BufferedSelect/Makefile
blob: bde4dc39e295e51f378a927d73402cb7c8fc4310 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	IO-BufferedSelect
PORTVERSION=	1.0
PORTREVISION=	2
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Line-buffered select interface
WWW=		https://metacpan.org/release/IO-BufferedSelect

LICENSE=	PERL
LICENSE_NAME=	Perl license
LICENSE_FILE=	${WRKSRC}/README
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}

.include <bsd.port.mk>