2007-05-29 03:55:38 +02:00
|
|
|
# New ports collection makefile for: p5-Net-OpenID-Consumer
|
|
|
|
# Date created: 2007-05-04
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-OpenID-Consumer
|
2010-03-16 23:33:43 +01:00
|
|
|
PORTVERSION= 1.06
|
2007-05-29 03:55:38 +02:00
|
|
|
CATEGORIES= net security perl5
|
2010-03-16 23:33:43 +01:00
|
|
|
MASTER_SITES= CPAN/../../authors/id/G/GU/GUGU
|
2007-05-29 03:55:38 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-08-21 07:49:51 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2007-05-29 03:55:38 +02:00
|
|
|
COMMENT= Library for consumers of OpenID identities
|
|
|
|
|
2010-03-16 23:33:43 +01:00
|
|
|
RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
|
|
|
p5-Crypt-DH-GMP>=0.0.5:${PORTSDIR}/net/p5-Crypt-DH-GMP \
|
|
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
|
|
|
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
|
2007-05-29 03:55:38 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Net::OpenID::Association.3 Net::OpenID::ClaimedIdentity.3 \
|
2008-11-11 09:21:41 +01:00
|
|
|
Net::OpenID::Consumer.3 Net::OpenID::IndirectMessage.3 \
|
|
|
|
Net::OpenID::URIFetch.3 Net::OpenID::VerifiedIdentity.3 \
|
|
|
|
Net::OpenID::Yadis.3 Net::OpenID::Yadis::Service.3
|
2007-05-29 03:55:38 +02:00
|
|
|
|
2008-06-11 14:29:54 +02:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -type f -name "*.orig" -delete
|
|
|
|
|
2007-05-29 03:55:38 +02:00
|
|
|
.include <bsd.port.mk>
|