d49a8f39af
Approved by: portmgr (blanket infrastructure)
16 lines
319 B
Makefile
16 lines
319 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|