freebsd-ports/devel/p5-FileHandle-Fmode/Makefile
Thomas Abthorpe b2d4b657d1 - Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
2013-01-09 19:50:06 +00:00

17 lines
333 B
Makefile

# 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
PERL_CONFIGURE= yes
.include <bsd.port.mk>