summaryrefslogtreecommitdiff
path: root/devel/p5-FileHandle-Fmode/Makefile
blob: edb8d7fc04f3bc058794a9c381680e0c0d402a70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>