freebsd-ports/net/p5-Net-Yadis/Makefile
Cheng-Lung Sung b09cb8c30a Yadis is a service discovery system allowing relying parties
(aka identity consumers or membersites) to determine automatically,
without end-user intervention, the most appropriate protocol to use.

Examples of such services are:

* Single sign-on across web sites
* Profile exchange and form filling
* Blog anti-spam

Yadis provides the first step for any service that uses identifiers for
authentication, accountability, privacy controlled data exchange and more.

WWW:    http://search.cpan.org/dist/Net-Yadis/
        http://yadis.org/wiki/What_is_Yadis
2006-12-19 08:55:45 +00:00

32 lines
746 B
Makefile

# New ports collection makefile for: p5-Net-Yadis
# Date created: 2006-12-19
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-Yadis
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Yadis service discovery protocol, and parses XRDS xml documents
RUN_DEPENDS= ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::Yadis.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600 # Inherited from www/p5-libwww
IGNORE= requires Perl 5.6 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>