Upstream changes: 2009-03-19 Dave Cross <dave@dave.org.uk> * Build.PL: Remove signing * commit 419bb82c70ba9b1a89fd0cbb400eb3491365c8d1 2009-03-19 Dave Cross <dave@dave.org.uk> * t/shorl.t: Fixed typo * commit e79a2979eb1182ba91b6b795bcab7504f5b229cf 2009-03-19 Dave Cross <dave@dave.org.uk> * Build.PL: Bump version number. * commit 4ff0cab5349a8d811be19dc14348db74c6173445 2009-03-19 Dave Cross <dave@dave.org.uk> * t/tinyurl.t: Fixed TinyURL tests. * commit c8a91370779b108b1f778b06ca3b0b31844e132b
22 lines
639 B
Makefile
22 lines
639 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/03/19 19:46:28 seb Exp $
|
|
|
|
DISTNAME= WWW-Shorten-2.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/WWW-Shorten/
|
|
COMMENT= Perl 5 module interface to URL shortening sites
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/WWW/Shorten/.packlist
|
|
|
|
DEPENDS+= p5-Config-Auto-[0-9]*:../../devel/p5-Config-Auto
|
|
DEPENDS+= p5-URI>=1.27:../../www/p5-URI
|
|
DEPENDS+= p5-libwww>=5.750:../../www/p5-libwww
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|