2004-11-05 14:45:19 +01:00
|
|
|
# New ports collection makefile for: POE-Component-SSLify
|
|
|
|
# Date created: 05 November 2004
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= POE-Component-SSLify
|
2007-05-27 21:44:37 +02:00
|
|
|
PORTVERSION= 0.08
|
2004-11-05 14:45:19 +01:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/A/AP/APOCAL
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
|
|
COMMENT= Integrate SSL into POE
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= POE::Component::SSLify.3 \
|
|
|
|
POE::Component::SSLify::ClientHandle.3 \
|
|
|
|
POE::Component::SSLify::ServerHandle.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|