2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Felippe de Meirelles Motta <lippemail@gmail.com>
|
2008-02-25 19:20:35 +01:00
|
|
|
# $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
|
|
|
|
2013-09-06 19:02:34 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-02-25 19:20:35 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|