freebsd-ports/security/p5-POE-Component-SSLify/Makefile
Sergey Skvortsov 2ebe6573ab - Update to 0.20 [1]
- Fix BUILD_DEPENDS
- Change maintainer to perl@

Changes:	http://cpansearch.perl.org/src/APOCAL/POE-Component-SSLify-0.20/Changes
PR:		ports/147510 [1]
Submitted by:	Jase Thew <freebsd@beardz.net> [1]
2010-06-11 14:36:11 +00:00

27 lines
640 B
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= 0.20
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Integrate SSL into POE
BUILD_DEPENDS= p5-Net-SSLeay>=1.36:${PORTSDIR}/security/p5-Net-SSLeay \
p5-POE>=1.267:${PORTSDIR}/devel/p5-POE
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.mk>