freebsd-ports/devel/p5-Cache-Cache/Makefile
Ying-Chieh Liao 66f747e2cc add p5-Cache-Cache
Cache::Cache -- Perl Cache interface

PR:		26968
Submitted by:	tobez@tobez.org
2001-05-24 14:08:19 +00:00

31 lines
1.1 KiB
Makefile

# New ports collection makefile for: devel/p5-Cache-Cache
# Date created: 29 April 2001
# Whom: Anton Berezin <tobez@tobez.org>
#
# $FreeBSD$
#
PORTNAME= Cache-Cache
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Cache
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@tobez.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/IPC/ShareLite.pm:${PORTSDIR}/devel/p5-IPC-ShareLite \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Cache::BaseCache.3 Cache::FileCache.3 Cache::Cache.3 \
Cache::SizeAwareSharedMemoryCache.3 Cache::SizeAwareMemoryCache.3 \
Cache::SharedMemoryCache.3 Cache::SizeAwareFileCache.3 \
Cache::CacheMetaData.3 Cache::MemoryCache.3 Cache::SizeAwareCache.3 \
Cache::Object.3 Cache::BaseCacheTester.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>