aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Net-OpenID-Server
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-09-02 01:52:34 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-09-02 01:52:34 +0000
commit08405b5337a36604e2ed26a32afe0b13dadedc7c (patch)
tree0dbfeabee98d68cc90f17b24c5962c8e25a8bf03 /security/p5-Net-OpenID-Server
parent5021f93e01fde553e46f16ed35835c14a41fbc75 (diff)
downloadports-08405b5337a36604e2ed26a32afe0b13dadedc7c.tar.gz
ports-08405b5337a36604e2ed26a32afe0b13dadedc7c.zip
Notes
Diffstat (limited to 'security/p5-Net-OpenID-Server')
-rw-r--r--security/p5-Net-OpenID-Server/Makefile26
-rw-r--r--security/p5-Net-OpenID-Server/distinfo2
-rw-r--r--security/p5-Net-OpenID-Server/pkg-descr14
-rw-r--r--security/p5-Net-OpenID-Server/pkg-plist7
4 files changed, 49 insertions, 0 deletions
diff --git a/security/p5-Net-OpenID-Server/Makefile b/security/p5-Net-OpenID-Server/Makefile
new file mode 100644
index 000000000000..1c470de8feaa
--- /dev/null
+++ b/security/p5-Net-OpenID-Server/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: p5-Net-OpenID-Server
+# Date created: July 25th 2005
+# Whom: Alex Kapranoff <kappa@rambler-co.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-OpenID-Server
+PORTVERSION= 0.09
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kappa@freebsd.org.ua
+COMMENT= Reference implementation of OpenID server
+
+BUILD_DEPENDS= ${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+INSTALL_TARGET= pure_install
+
+MAN3= Net::OpenID::Server.3
+
+.include <bsd.port.mk>
diff --git a/security/p5-Net-OpenID-Server/distinfo b/security/p5-Net-OpenID-Server/distinfo
new file mode 100644
index 000000000000..24e5d8f48a1b
--- /dev/null
+++ b/security/p5-Net-OpenID-Server/distinfo
@@ -0,0 +1,2 @@
+MD5 (Net-OpenID-Server-0.09.tar.gz) = 49efee1aa7b9ee4c22358bd108c68316
+SIZE (Net-OpenID-Server-0.09.tar.gz) = 13892
diff --git a/security/p5-Net-OpenID-Server/pkg-descr b/security/p5-Net-OpenID-Server/pkg-descr
new file mode 100644
index 000000000000..8deebd6a0e64
--- /dev/null
+++ b/security/p5-Net-OpenID-Server/pkg-descr
@@ -0,0 +1,14 @@
+OpenID is a decentralized identity system, but one that's actually
+decentralized and doesn't entirely crumble if one company turns evil
+or goes out of business.
+
+An OpenID identity is just a URL. You can have multiple identities in
+the same way you can have multiple URLs. All OpenID does is provide a
+way to prove that you own a URL (identity).
+
+Anybody can run their own site using OpenID, and anybody can be an
+OpenID server, and they all work with each other without having to
+register with or pay anybody to "get started". An owner of a URL can
+pick which OpenID server to use.
+
+WWW: http://www.openid.net
diff --git a/security/p5-Net-OpenID-Server/pkg-plist b/security/p5-Net-OpenID-Server/pkg-plist
new file mode 100644
index 000000000000..56bcd9a6b804
--- /dev/null
+++ b/security/p5-Net-OpenID-Server/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/Net/OpenID/Server.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID/Server/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID/Server
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Net/OpenID 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true