1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/p5-Cache/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

26 lines
592 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= 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>