freebsd-ports/security/p5-POE-Component-SSLify/Makefile
Sergey Skvortsov d3e6bf8b33 Update to 0.15
Changes:	http://cpansearch.perl.org/src/APOCAL/POE-Component-SSLify-0.15/Changes
PR:		ports/132572
Submitted by:	lth
2009-03-23 12:49:25 +00:00

26 lines
616 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.15
CATEGORIES= security perl5
MASTER_SITES= CPAN
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
.include <bsd.port.mk>