diff options
author | wen <wen> | 2016-04-10 15:17:01 +0000 |
---|---|---|
committer | wen <wen> | 2016-04-10 15:17:01 +0000 |
commit | cf3a6e4491e04f87b8e76ac8216fc85b8a405b14 (patch) | |
tree | 2b69e877c1a65740b8f9dc93fc97c71d30177d02 | |
parent | 5fc21e4176a28722b00e8667cb47f3f82e116735 (diff) | |
download | pkgsrc-cf3a6e4491e04f87b8e76ac8216fc85b8a405b14.tar.gz |
Add p5-Cache-LRU
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 832ebafa40a..59eace3fbb1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2235 2016/04/08 20:27:40 bsiegert Exp $ +# $NetBSD: Makefile,v 1.2236 2016/04/10 15:17:01 wen Exp $ # COMMENT= Development utilities @@ -744,6 +744,7 @@ SUBDIR+= p5-CPANPLUS SUBDIR+= p5-Cache SUBDIR+= p5-Cache-Cache SUBDIR+= p5-Cache-FastMmap +SUBDIR+= p5-Cache-LRU SUBDIR+= p5-Cache-Memcached SUBDIR+= p5-Cache-Simple-TimedExpiry SUBDIR+= p5-Canary-Stability |