opnsense-ports/net/p5-Net-HTTPS-Any/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

22 lines
508 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-HTTPS-Any
PORTVERSION= 0.10
PORTREVISION= 1
CATEGORIES= net perl5 www
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Simple HTTPS class using whichever underlying SSL module is available
BUILD_DEPENDS= p5-Tie-IxHash>=0:devel/p5-Tie-IxHash \
p5-URI>=0:net/p5-URI \
p5-Net-SSLeay>=1.30:security/p5-Net-SSLeay
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>