mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
68b48bbba6
Changes: http://search.cpan.org/dist/LWP-UserAgent-WithCache/Changes PR: ports/161682 Submitted by: sunpoet (myself) Approved by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
27 lines
626 B
Makefile
27 lines
626 B
Makefile
# New ports collection makefile for: p5-LWP-UserAgent-WithCache
|
|
# Date created: 2007-10-12
|
|
# Whom: 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}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= LWP::UserAgent::WithCache.3
|
|
|
|
.include <bsd.port.mk>
|