72ea7e696b
With hat: portmgr Sponsored by: Absolight
27 lines
610 B
Makefile
27 lines
610 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|