freebsd-ports/devel/p5-IPC-Locker/Makefile
Anton Berezin b6d66a5c13 Add p5-IPC-Locker, a collection of perl modules that provides a server
for locks and clients to access that server.
2002-09-11 14:14:55 +00:00

24 lines
552 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.401
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IPC
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
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>