# New ports collection makefile for: p5-IPC-Mmap-Share # Date created: 2006-07-17 # Whom: Gea-Suan Lin # # $FreeBSD: ports/devel/p5-IPC-Mmap-Share/Makefile,v 1.2 2007/09/08 00:57:31 linimon Exp $ # 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= 5.8.0+ MAN3= IPC::Mmap::Share.3 .include