freebsd-ports/devel/p5-FileHandle-Fmode/Makefile
Martin Wilke b46d46983c Use this module to check whether a filehandle is readable, writable, or
readable/writable.

WWW: http://search.cpan.org/dist/FileHandle-Fmode/
Authors: sisyphus@cpan.org

PR:		ports/116787
Submitted by:	janos.mohacsi at bsd.hu
2007-10-05 21:13:31 +00:00

22 lines
485 B
Makefile

# New ports collection makefile for: p5-FileHandle-Fmode
# Date created: 01 October 2007
# Whom: janos.mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= FileHandle-Fmode
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= FileHandle
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>