openbsd-ports/devel/p5-Cache-Simple-TimedExpiry/Makefile
msf bd509d751c - Initial import of Cache-Simple-TimedExpiry-0.22
Set the cache's expiry policy to expire entries after SECONDS seconds.
Setting this changes the expiry policy for pre-existing cache entries
and for new ones.
2004-12-21 03:34:25 +00:00

23 lines
470 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/12/21 03:34:25 msf Exp $
COMMENT= "a lightweight cache with timed expiration"
DISTNAME= Cache-Simple-TimedExpiry-0.22
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/}
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>