1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/www/p5-LWP-UserAgent-WithCache/Makefile
Andrej Zverev 3427cf1dfe - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 13:23:32 +00:00

22 lines
512 B
Makefile

# 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
.include <bsd.port.mk>