aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IPC-Mmap-Share/Makefile
blob: 62c67bc3f140d453f10d1bae6e72bf08ef4af2c7 (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
# 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=   CPAN
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.mk>