freebsd-ports/www/p5-HTTP-Session/Makefile
Andrej Zverev bc02afde05 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 09:22:15 +00:00

41 lines
1.1 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.43
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-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-libwww>=5.818:${PORTSDIR}/www/p5-libwww \
p5-UNIVERSAL-require>=0.05:${PORTSDIR}/devel/p5-UNIVERSAL-require \
p5-URI>=1.38:${PORTSDIR}/net/p5-URI
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>