19 lines
352 B
Makefile
19 lines
352 B
Makefile
# Created by: Will Andrews <will@FreeBSD.org>
|
|
|
|
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
|
|
|
|
LICENSE= ART10 GPLv2+
|
|
LICENSE_COMB= dual
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|