aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Proc-PIDFile/Makefile
blob: 952375b4f6b0a6a9bf407869957bc3fcb9ba22eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    p5-Proc-PID_File
# Date created:             08 November 2002
# Whom:                     Kelly Yancey <kbyanc@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Proc-PIDFile
PORTVERSION=    0.05
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-
DISTNAME=   Proc-PID_File-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Perl5 module to prevent multiple instances of a process from running

PERL_CONFIGURE= YES

MAN3=       Proc::PID_File.3

.include <bsd.port.mk>