blob: ea8b10fb5da9d32dfdc3a558af6eed9905ce15c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: p5-LJ-Cache
# Date created: 25 Mar 2001
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
PORTNAME= LJ-Cache
PORTVERSION= 1.0
CATEGORIES= sysutils perl5
MASTER_SITES= http://livejournal.com/files/code/cache/ \
ftp://ftp.livejournal.com/code/cache/
PKGNAMEPREFIX= p5-
MAINTAINER= ahze@rgv.net
COMMENT= Perl5 implementation of an LRU dictionary cache
PERL_CONFIGURE= yes
MAN3= LJ::Cache.3
.include <bsd.port.mk>
|