freebsd-ports/security/p5-Net-OpenID-JanRain/Makefile
Cheng-Lung Sung c91912f708 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.openidenabled.com/openid/libraries/perl/
2006-12-20 11:41:27 +00:00

42 lines
1.3 KiB
Makefile

# New ports collection makefile for: p5-Net-OpenID-JanRain
# Date created: 2006-12-19
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-OpenID-JanRain
PORTVERSION= 1.1.1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= OpenID JanRain and Consumer with JanRain API
BUILD_DEPENDS= ${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH \
${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \
${SITE_PERL}/LWPx/ParanoidAgent.pm:${PORTSDIR}/www/p5-LWPx-ParanoidAgent \
${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \
${SITE_PERL}/Net/Yadis.pm:${PORTSDIR}/net/p5-Net-Yadis \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::OpenID::JanRain::Consumer.3 \
Net::OpenID::JanRain::Server.3 \
Net::OpenID::JanRain::Stores::FileStore.3 \
Net::OpenID::JanRain::Stores::MySQLStore.3 \
Net::OpenID::JanRain::Stores::PostgreSQLStore.3 \
Net::OpenID::JanRain::Stores::SQLStore.3 \
Net::OpenID::JanRain::Stores::SQLiteStore.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>