diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-27 05:39:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-27 05:39:20 +0000 |
commit | ea59dba7f1fc17a91e55b54c2691365019533810 (patch) | |
tree | a020af81d4401def7159a102e964969f883583ec /sysutils/Makefile | |
parent | New port: databases/pear-MDB2 PEAR database abstraction layer (diff) |
New port: sysutils/pear-Cache_Lite PEAR fast and safe little cache system
This package is a little cache system optimized for file
containers. It is fast and safe (because it uses file locking
and/or anti-corruption tests).
PR: ports/74409
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index ad59c6620419..f2c772606914 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -309,6 +309,7 @@ SUBDIR += pdumpfs-clean SUBDIR += pdumpfs-rsync SUBDIR += pear-Cache + SUBDIR += pear-Cache_Lite SUBDIR += pear-File SUBDIR += pear-File_Find SUBDIR += pear-Log |