mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
673eb1fc32
- Support STAGEDIR - Add LICENSE Changes: http://search.cpan.org/dist/Cache/Changes
26 lines
594 B
Makefile
26 lines
594 B
Makefile
# Created by: Lars Thegler <lth@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Cache
|
|
PORTVERSION= 2.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= A Perl Cache interface
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= p5-Digest-SHA1>=2.01:${PORTSDIR}/security/p5-Digest-SHA1 \
|
|
p5-File-NFSLock>=1.2:${PORTSDIR}/devel/p5-File-NFSLock \
|
|
p5-Heap>=0.01:${PORTSDIR}/devel/p5-Heap \
|
|
p5-IO-String>=1.02:${PORTSDIR}/devel/p5-IO-String \
|
|
p5-TimeDate>=2.24:${PORTSDIR}/devel/p5-TimeDate
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|