aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-FileHandle-Fmode/Makefile
blob: 043af0e111964c92b4e79d0c4f692e8c0883ddb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: janos.mohacsi@bsd.hu
# $FreeBSD$

PORTNAME=	FileHandle-Fmode
PORTVERSION=	0.11
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	jmohacsi@bsd.hu
COMMENT=	Module to determine if a filehandle is opened for reading, writing

MAN3=		FileHandle::Fmode.3

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>