freebsd-ports/devel/p5-Cache-Cache/Makefile
Anton Berezin c8df88ddad Updated MAINTAINER to my new committer email address.
Do the same for pkg-descr files.

Approved by:	markm
2001-06-12 19:25:41 +00:00

32 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@FreeBSD.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>