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
|
2004-05-25 00:28:50 +02:00
|
|
|
PORTVERSION= 0.96
|
2000-10-28 02:23:12 +02:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= IO
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= scrappy@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl5 interface to SSL sockets
|
2000-10-28 02:23:12 +02:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay
|
2003-04-24 02:51:46 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|