pkgsrc-wip/p5-Picasa/Makefile
Ulrich Habel f2f24e94b5 Picasaweb is a service hosted by Google. It's a service for storing
images and share them with friends. This Perl module provides access to
its features.
2008-09-07 14:47:52 +00:00

24 lines
701 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/09/07 14:47:52 uhabel Exp $
#
DISTNAME= Picasa-0.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SA/SAMY/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Picasa/
COMMENT= Perl module to access Google picasaweb image webspace
DEPENDS+= p5-Term-ReadPassword>=0:../../devel/p5-Term-ReadPassword
DEPENDS+= p5-XML-Parser>=0:../../textproc/p5-XML-Parser
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Picasa/.packlist
pre-configure:
cd ${WRKSRC}; \
find . -name "*.orig" | xargs rm -f
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"