diff --git a/security/p5-POE-Component-SSLify/Makefile b/security/p5-POE-Component-SSLify/Makefile new file mode 100644 index 00000000000..5c422a3842a --- /dev/null +++ b/security/p5-POE-Component-SSLify/Makefile @@ -0,0 +1,17 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2007/01/05 14:56:15 jasper Exp $ + +COMMENT= "make use of SSL with POE" + +MODULES= cpan +DISTNAME= POE-Component-SSLify-0.06 +CATEGORIES= net security + +# perl +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +RUN_DEPENDS= ::security/p5-Net_SSLeay + +.include diff --git a/security/p5-POE-Component-SSLify/distinfo b/security/p5-POE-Component-SSLify/distinfo new file mode 100644 index 00000000000..696037d7211 --- /dev/null +++ b/security/p5-POE-Component-SSLify/distinfo @@ -0,0 +1,4 @@ +MD5 (POE-Component-SSLify-0.06.tar.gz) = 20bda6f76eacf1d1d4ecb02f922c99f7 +RMD160 (POE-Component-SSLify-0.06.tar.gz) = 6423435a74ff910780cd046fbd231d53eb0eafdb +SHA1 (POE-Component-SSLify-0.06.tar.gz) = dfb2281e9c966e333f4d6f043db06adb9ead27d5 +SIZE (POE-Component-SSLify-0.06.tar.gz) = 7102 diff --git a/security/p5-POE-Component-SSLify/pkg/DESCR b/security/p5-POE-Component-SSLify/pkg/DESCR new file mode 100644 index 00000000000..a2186012f52 --- /dev/null +++ b/security/p5-POE-Component-SSLify/pkg/DESCR @@ -0,0 +1 @@ +This component represents the standard way to do SSL in POE. diff --git a/security/p5-POE-Component-SSLify/pkg/PLIST b/security/p5-POE-Component-SSLify/pkg/PLIST new file mode 100644 index 00000000000..8c85ce32beb --- /dev/null +++ b/security/p5-POE-Component-SSLify/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/05 14:56:15 jasper Exp $ +${P5SITE}/POE/ +${P5SITE}/POE/Component/ +${P5SITE}/POE/Component/SSLify/ +${P5SITE}/POE/Component/SSLify.pm +${P5SITE}/POE/Component/SSLify/ClientHandle.pm +${P5SITE}/POE/Component/SSLify/ServerHandle.pm +@man man/man3p/POE::Component::SSLify.3p +@man man/man3p/POE::Component::SSLify::ClientHandle.3p +@man man/man3p/POE::Component::SSLify::ServerHandle.3p