26 lines
622 B
Makefile
26 lines
622 B
Makefile
# 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.434
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= IPC
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Provide a server for locks and clients to access that server
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= lockerd.1 pidstatd.1 pidwatch.1
|
|
MAN3= IPC::Locker.3 IPC::Locker::Server.3 \
|
|
IPC::PidStat.3 IPC::PidStat::PidServer.3
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|