blob: c59a9628da74093e6af6f139d34ce69f2dfe6261 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= LockFile-Simple
PORTVERSION= 0.208
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module implementing simple file locking
WWW= https://metacpan.org/release/LockFile-Simple
LICENSE= ART10 GPLv2+
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|