blob: b9c2a0b22907fcee32549cf5a25264549cf2d4a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: p5-FileHandle-Fmode
# Date created: 01 October 2007
# Whom: janos.mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= FileHandle-Fmode
PORTVERSION= 0.10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Module to determine if a filehandle is opened for reading, writing
MAN3= FileHandle::Fmode.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>
|