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

22 lines
389 B
Makefile
Raw Normal View History

# New ports collection makefile for: Sys-Mmap
# Date created: 25 July 2003
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Sys-Mmap
2004-03-30 09:27:18 +02:00
PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Map in a file as a Perl variable using mmap(2)
PERL_CONFIGURE= yes
MAN3= Sys::Mmap.3
.include <bsd.port.mk>