4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
456 B
Makefile
22 lines
456 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= CPAN
|
|
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>
|