mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
46 lines
1.3 KiB
Makefile
46 lines
1.3 KiB
Makefile
# New ports collection makefile for: HTTP::Session
|
|
# Date created: 22 Jan 2009
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTTP-Session
|
|
PORTVERSION= 0.46
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:TOKUHIROM
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension of yet another session manager
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
p5-CGI-Simple>=1.103:${PORTSDIR}/www/p5-CGI-Simple \
|
|
p5-CHI>0:${PORTSDIR}/devel/p5-CHI \
|
|
p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1 \
|
|
p5-HTML-StickyQuery>0:${PORTSDIR}/www/p5-HTML-StickyQuery \
|
|
p5-libwww>=5.818:${PORTSDIR}/www/p5-libwww \
|
|
p5-Module-Runtime>=0.011:${PORTSDIR}/devel/p5-Module-Runtime \
|
|
p5-URI>=1.38:${PORTSDIR}/net/p5-URI
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTTP::Session.3 \
|
|
HTTP::Session::State::Cookie.3 \
|
|
HTTP::Session::State::Null.3 \
|
|
HTTP::Session::State::Test.3 \
|
|
HTTP::Session::State::URI.3 \
|
|
HTTP::Session::Store::CHI.3 \
|
|
HTTP::Session::Store::DBM.3 \
|
|
HTTP::Session::Store::File.3 \
|
|
HTTP::Session::Store::Memcached.3 \
|
|
HTTP::Session::Store::Null.3 \
|
|
HTTP::Session::Store::OnMemory.3 \
|
|
HTTP::Session::Store::Test.3
|
|
|
|
.include <bsd.port.mk>
|