1996-10-24 10:02:45 +02:00
|
|
|
# New ports collection makefile for: p5-File-Lock
|
|
|
|
# Date created: October 17th 1996
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1996-10-24 10:02:45 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= File-Lock
|
|
|
|
PORTVERSION= 0.9
|
1997-04-20 15:53:29 +02:00
|
|
|
CATEGORIES= devel perl5
|
1996-11-18 09:47:32 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= File
|
2000-04-11 23:30:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1996-10-24 10:02:45 +02:00
|
|
|
|
2000-11-13 13:45:40 +01:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl5 module for file locking (flock,fcntl)
|
1996-10-24 10:02:45 +02:00
|
|
|
|
2003-06-05 00:43:38 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2004-11-14 11:42:46 +01:00
|
|
|
CONFIGURE_ARGS+= POLLUTE=1
|
2003-06-05 00:43:38 +02:00
|
|
|
|
2004-11-14 11:42:46 +01:00
|
|
|
.include <bsd.port.mk>
|