mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
28 lines
593 B
Makefile
28 lines
593 B
Makefile
PORTNAME= HTTP-Session2
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for HTTP session management
|
|
WWW= https://metacpan.org/release/HTTP-Session2
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= \
|
|
p5-Cookie-Baker>0:www/p5-Cookie-Baker \
|
|
p5-Crypt-CBC>0:security/p5-Crypt-CBC \
|
|
p5-Digest-HMAC>0:security/p5-Digest-HMAC \
|
|
p5-Digest-SHA1>0:security/p5-Digest-SHA1 \
|
|
p5-Mouse>0:devel/p5-Mouse
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuildtiny
|
|
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|