mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
26 lines
597 B
Makefile
26 lines
597 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= POE-Component-SSLify
|
|
PORTVERSION= 1.012
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN/${PORTNAME:C/-.*//}/APOCAL
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Integrate SSL into POE
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Net-SSLeay>=1.36:security/p5-Net-SSLeay \
|
|
p5-POE>=1.267:devel/p5-POE \
|
|
p5-Task-Weaken>=1.03:devel/p5-Task-Weaken
|
|
TEST_DEPENDS= p5-Test-FailWarnings>=0:devel/p5-Test-FailWarnings
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuildtiny
|
|
|
|
.include <bsd.port.mk>
|