mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
57681bd0b7
- Trim Makefile's header and canonicalize creator's field Changes: http://search.cpan.org/dist/LockFile-Simple/ChangeLog PR: ports/178265 [1] Submitted by: brd@
19 lines
378 B
Makefile
19 lines
378 B
Makefile
# Created by: Will Andrews <will@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= LockFile-Simple
|
|
PORTVERSION= 0.2.8
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}0${PORTVERSION:E}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module implementing simple file locking
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= LockFile::Simple.3
|
|
|
|
.include <bsd.port.mk>
|