mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
e56a7da894
With hat: portmgr-secretary
34 lines
838 B
Makefile
34 lines
838 B
Makefile
PORTNAME= HTTP-Session
|
|
PORTVERSION= 0.49
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:TOKUHIROM
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension of yet another session manager
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= \
|
|
p5-Class-Accessor>=0.31:devel/p5-Class-Accessor \
|
|
p5-CGI-Simple>=1.103:www/p5-CGI-Simple \
|
|
p5-CHI>0:devel/p5-CHI \
|
|
p5-Digest-SHA1>=2.11:security/p5-Digest-SHA1 \
|
|
p5-HTML-StickyQuery>0:www/p5-HTML-StickyQuery \
|
|
p5-libwww>=5.818:www/p5-libwww \
|
|
p5-Module-Runtime>=0.011:devel/p5-Module-Runtime \
|
|
p5-URI>=1.38:net/p5-URI
|
|
TEST_DEPENDS= \
|
|
p5-Test-Requires>0:devel/p5-Test-Requires \
|
|
p5-Test-Memory-Cycle>0:devel/p5-Test-Memory-Cycle
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuildtiny
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|