8dd7cad550
Approved by: portmgr (blanket infrastructure)
17 lines
317 B
Makefile
17 lines
317 B
Makefile
# Created by: Oleg Mamontov <oleg@mamontov.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Pid-File-Flock
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:LONERR
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= oleg@mamontov.net
|
|
COMMENT= PID file operations
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|