SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/p5-Cache-Simple-TimedExpiry/Makefile
Normal file
11
devel/p5-Cache-Simple-TimedExpiry/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
COMMENT= lightweight cache with timed expiration
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= Cache-Simple-TimedExpiry-0.27
|
||||
REVISION= 4
|
||||
CATEGORIES= devel
|
||||
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Cache-Simple-TimedExpiry/distinfo
Normal file
2
devel/p5-Cache-Simple-TimedExpiry/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Cache-Simple-TimedExpiry-0.27.tar.gz) = Tni35N0jG1VxpIzQ7htjlT9eNHkMnQIOFZWnx9Crvkk=
|
||||
SIZE (Cache-Simple-TimedExpiry-0.27.tar.gz) = 13110
|
3
devel/p5-Cache-Simple-TimedExpiry/pkg/DESCR
Normal file
3
devel/p5-Cache-Simple-TimedExpiry/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
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.
|
4
devel/p5-Cache-Simple-TimedExpiry/pkg/PLIST
Normal file
4
devel/p5-Cache-Simple-TimedExpiry/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/Cache/
|
||||
${P5SITE}/Cache/Simple/
|
||||
${P5SITE}/Cache/Simple/TimedExpiry.pm
|
||||
@man man/man3p/Cache::Simple::TimedExpiry.3p
|
Loading…
Add table
Add a link
Reference in a new issue