blob: 51af43c57659689b23f243cbc229e3f4af409ac1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: devel/p5-IPC-Locker
# Date created: 11 September 2002
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= IPC-Locker
PORTVERSION= 1.481
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provide a server for locks and clients to access that server
PERL_CONFIGURE= yes
MAN1= lockerd.1 lockersh.1 pidstat.1 pidstatd.1 pidwatch.1 \
uriexec.1
MAN3= IPC::Locker.3 IPC::Locker::Server.3 \
IPC::PidStat.3 IPC::PidStat::PidServer.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
EXTRA_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
p5-Pod-Parser>0:${PORTSDIR}/textproc/p5-Pod-Parser
BUILD_DEPENDS+= ${EXTRA_DEPENDS}
RUN_DEPENDS+= ${EXTRA_DEPENDS}
.endif
.include <bsd.port.post.mk>
|