summaryrefslogtreecommitdiff
path: root/security/p5-IO-Socket-SSL/Makefile
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>2000-10-28 00:23:12 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>2000-10-28 00:23:12 +0000
commitda8599ebedbbd447af95f0232acdd84dbf496af0 (patch)
treeeb2ab764be23807d47bbaf025c96bd4c36424535 /security/p5-IO-Socket-SSL/Makefile
parentmissed the %%PERL_VER%% and %%PERL_ARCH%% variables in pllist (diff)
IO::Socket::SSL is a class implementing an object oriented
interface to SSL sockets. The class is a descendent of IO::Socket::INET and provides a subset of the base class's interface methods.
Notes
Notes: svn path=/head/; revision=34320
Diffstat (limited to 'security/p5-IO-Socket-SSL/Makefile')
-rw-r--r--security/p5-IO-Socket-SSL/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile
new file mode 100644
index 000000000000..f49c2ba3e10f
--- /dev/null
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -0,0 +1,29 @@
+# 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
+PORTVERSION= 0.75
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= IO
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= scrappy@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay
+
+RESTRICTED= "Crypto; export-controlled"
+
+USE_PERL5= yes
+
+$MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+$MAN3= IO::Socket::SSL.3
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>