17 lines
270 B
Makefile
17 lines
270 B
Makefile
|
COMMENT= perl cache interface
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = Cache-Cache-1.08
|
||
|
CATEGORIES= devel
|
||
|
REVISION = 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
RUN_DEPENDS= security/p5-Digest-SHA1>=2.02 \
|
||
|
devel/p5-IPC-ShareLite>=0.09 \
|
||
|
devel/p5-Error>=0.15
|
||
|
|
||
|
.include <bsd.port.mk>
|