643e47d3e5
Changes from previous: 2010-12-06 Dave Cross <dave@dave.org.uk> * lib/WWW/Shorten.pm: Bump version number for release. * bin/shorten: Be far more intelligent about the code that allows the user to choose which service to use. * MANIFEST.SKIP: Added MYMETA.yml to MANIFEST.SKIP. * bin/shorten: Default to using a service that we currently support. * Build.PL, lib/WWW/Shorten.pm: Added Config::Auto to list of dependencies (it's used by the shorten program). Bumped version for release.
23 lines
671 B
Makefile
23 lines
671 B
Makefile
# $NetBSD: Makefile,v 1.6 2011/10/07 11:37:44 hiramatsu Exp $
|
|
|
|
DISTNAME= WWW-Shorten-3.02
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
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"
|