mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
7aaa12ceef
methods for locking files.
24 lines
499 B
Makefile
24 lines
499 B
Makefile
# New ports collection makefile for: devel/p5-IO-LockedFile
|
|
# Date created: 11 November 2005
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= IO-LockedFile
|
|
PORTVERSION= 0.23
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= IO
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= IO::LockedFile - supply object methods for locking files
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= IO::LockedFile.3 \
|
|
IO::LockedFile::Flock.3
|
|
|
|
.include <bsd.port.mk>
|