pkgsrc/net/p5-Net-Google-AuthSub/Makefile
wiz 207cba89ae Initial import of p5-Net-Google-AuthSub-0.05:
AuthSub is Google's method of authentication for their web services.
It is also used by other web sites.

This package contains a perl module to interact with such sites.
2010-10-19 12:03:46 +00:00

22 lines
670 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/10/19 12:03:46 wiz Exp $
DISTNAME= Net-Google-AuthSub-0.5
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-Google-AuthSub/
COMMENT= Perl module for interacting with sites using Google-style AuthSub
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Net/Google/AuthSub/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"