mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
cf118ccf87
Reported by: lwhsu
26 lines
597 B
Makefile
26 lines
597 B
Makefile
PORTNAME= Twiggy-TLS
|
|
PORTVERSION= 0.0019
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:UNDEF
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to extend Twiggy supporting TLS
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Twiggy>=0.1010:www/p5-Twiggy \
|
|
p5-Plack>=0.99:www/p5-Plack \
|
|
p5-IO-Socket-SSL>=1.62:security/p5-IO-Socket-SSL
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
TEST_DEPENDS= \
|
|
p5-Test-TCP>0:devel/p5-Test-TCP \
|
|
p5-libwww>=6.00:www/p5-libwww \
|
|
p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|