freebsd-ports/security/p5-POE-Component-SSLify/Makefile
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00

43 lines
1.1 KiB
Makefile

# New ports collection makefile for: POE-Component-SSLify
# Date created: 05 November 2004
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= POE-Component-SSLify
PORTVERSION= 1.008
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= p5-Net-SSLeay>=1.36:${PORTSDIR}/security/p5-Net-SSLeay \
p5-POE>=1.267:${PORTSDIR}/devel/p5-POE \
p5-Task-Weaken>=1.03:${PORTSDIR}/devel/p5-Task-Weaken
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= POE::Component::SSLify.3 \
POE::Component::SSLify::ClientHandle.3 \
POE::Component::SSLify::ServerHandle.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500809
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.31:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=6.31:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
.endif
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-IO>=1.28:${PORTSDIR}/devel/p5-IO
RUN_DEPENDS+= p5-IO>=1.28:${PORTSDIR}/devel/p5-IO
.endif
.include <bsd.port.post.mk>