2000-10-28 02:23:12 +02:00
|
|
|
# New ports collection makefile for: p5-IO-Socket-SSL
|
|
|
|
# Date created: October 27th 2000
|
|
|
|
# Whom: Marc G. Fournier <scrappy@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= IO-Socket-SSL
|
2008-02-08 10:05:56 +01:00
|
|
|
PORTVERSION= 1.13
|
2000-10-28 02:23:12 +02:00
|
|
|
CATEGORIES= security perl5
|
2007-08-14 02:06:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-10-28 02:23:12 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-09-22 01:22:21 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl5 interface to SSL sockets
|
2000-10-28 02:23:12 +02:00
|
|
|
|
2006-09-22 01:22:21 +02:00
|
|
|
RUN_DEPENDS= p5-Net-SSLeay>=1.21:${PORTSDIR}/security/p5-Net-SSLeay
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2000-10-28 02:23:12 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-10-28 02:23:12 +02:00
|
|
|
|
2001-03-05 15:27:48 +01:00
|
|
|
MAN3= IO::Socket::SSL.3
|
2000-10-28 02:23:12 +02:00
|
|
|
|
2006-09-22 01:22:21 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/example/* ${EXAMPLESDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500702
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|