freebsd-ports/devel/p5-IPC-Mmap/Makefile

28 lines
544 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-IPC-Mmap
# Date created: 2006-07-14
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= IPC-Mmap
2007-08-21 07:48:07 +02:00
PORTVERSION= 0.13
CATEGORIES= devel perl5
2007-08-21 07:48:07 +02:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2007-08-21 07:48:07 +02:00
MAINTAINER= clsung@FreeBSD.org
COMMENT= Provides a minimal mmap() interface for both POSIX and Win32
PERL_CONFIGURE= yes
MAN3= IPC::Mmap.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>