freebsd-ports/devel/p5-IPC-Mmap-Share/Makefile
Cheng-Lung Sung 7ee9036f56 Add p5-IPC-Mmap-Share 0.03, safely share structures among processes
using anonymous mmap.

PR:		ports/100417
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-01 13:29:03 +00:00

31 lines
751 B
Makefile

# New ports collection makefile for: p5-IPC-Mmap-Share
# Date created: 2006-07-17
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= IPC-Mmap-Share
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IPC
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Safely share structures among processes using anonymous mmap
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IPC/Mmap.pm:${PORTSDIR}/devel/p5-IPC-Mmap
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= IPC::Mmap::Share.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800 # Inherited from devel/p5-IPC-Mmap
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>