2001-01-04 00:31:56 +01:00
|
|
|
# New ports collection makefile for: LockFile-Simple
|
|
|
|
# Date created: Wed Jan 3 14:54:51 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= LockFile-Simple
|
2008-07-13 07:50:50 +02:00
|
|
|
PORTVERSION= 0.2.7
|
2001-01-04 00:31:56 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-01-04 00:31:56 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
2007-10-19 07:27:09 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}0${PORTVERSION:E}
|
2001-01-04 00:31:56 +01:00
|
|
|
|
2007-10-19 07:27:09 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Perl module implementing simple file locking
|
2001-01-04 00:31:56 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= LockFile::Simple.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|