15 lines
255 B
Makefile
15 lines
255 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= File-FcntlLock
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tj@FreeBSD.org
|
|
COMMENT= Perl5 module for file locking with fcntl
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|