1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/p5-Cache-Mmap/Makefile
Philip M. Gollucci c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00

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>