2008-02-25 19:20:35 +01:00
|
|
|
# New ports collection makefile for: p5-Net-Google-AuthSub
|
|
|
|
# Date created: 2008-02-21
|
|
|
|
# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-Google-AuthSub
|
2009-07-03 22:14:51 +02:00
|
|
|
PORTVERSION= 0.5
|
2010-01-24 07:18:08 +01:00
|
|
|
PORTREVISION= 1
|
2008-02-25 19:20:35 +01:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-03-10 01:52:12 +01:00
|
|
|
MAINTAINER= lippe@FreeBSD.org
|
2008-02-25 19:20:35 +01:00
|
|
|
COMMENT= Interact with sites that implement Google style AuthSub
|
|
|
|
|
2010-01-24 07:18:08 +01:00
|
|
|
RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
2008-02-27 11:41:23 +01:00
|
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
2008-02-25 19:20:35 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Net::Google::AuthSub::Response.3 \
|
|
|
|
Net::Google::AuthSub.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|