aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-LWP-UserAgent-WithCache/Makefile
blob: 8fa8ce2dbbc11ebefbf25053f84f6712133df3ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org>
# $FreeBSD$

PORTNAME=   LWP-UserAgent-WithCache
PORTVERSION=    0.12
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= kaoru@kaisei.org
COMMENT=    LWP::UserAgent extension with local cache

BUILD_DEPENDS=  p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
        p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \
        p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  configure

MAN3=       LWP::UserAgent::WithCache.3

NO_STAGE=   yes
.include <bsd.port.mk>