blob: 5ba5c0c1221c787608b054f78a6c310e048a6222 (
plain) (
tree)
|
|
# New ports collection makefile for: p5-IPC-Mmap
# Date created: 2006-07-14
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= IPC-Mmap
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Provides a minimal mmap() interface for both POSIX and Win32
PERL_CONFIGURE= 5.8.0+
#MAN3= IPC::Mmap.3
.include <bsd.port.mk>
|