1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/p5-LockFile-Simple/Makefile
Frederic Culot 57681bd0b7 - Update to 0.2.8 [1]
- 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@
2013-05-01 07:10:48 +00:00

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>