mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
c10f314307
PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
23 lines
438 B
Makefile
23 lines
438 B
Makefile
# New ports collection makefile for: p5-Cache-Mmap
|
|
# Date created: January 25th 2003
|
|
# Whom: Erwin Lansing <erwin@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Cache-Mmap
|
|
PORTVERSION= 0.11
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Cache::Mmap - Shared data cache using memory mapped files
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Cache::Mmap.3
|
|
|
|
.include <bsd.port.mk>
|