pkgsrc/www/p5-WWW-Shorten/Makefile
wen 41993f8c3e Update to 3.04
Upstream changes:
2013-08-22 Dave Cross <dave@dave.org.uk> - RELEASE_3.04
========================================================

 Dave Cross <dave@dave.org.uk> (17):
  * Finish removing all references to SnipURL.pm.
  * Bump to version 2.05 for release.
  * Removed support for shorl.pm (now in WWW::Shorten::Shorl distribution).
  * Bumped version number. Removed shorl files from MANIFEST.
  * Added Config::Auto to list of dependencies (it's used by the shorten
    program). Bumped version for release.
  * Default to using a service that we currently support.
  * Added MYMETA.yml to MANIFEST.SKIP.
  * Be far more intelligent about the code that allows the user to choose
    which service to use.
  * Bump version number for release.
  * Better examples of using bin/shorten
  * Added a WWW::Shorten::UserAgent object which dies if it receives an HTTP
    error response.
  * Added documentation.
  * Added META.json to MANIFEST.
  * Licensing clean-up.
  * Removed prototypes (and the ampersands in the tests that circumvented
    them)
  * Bump version number for release.
  * Moved Pod tests into xt. (Pod coverage currently fails on some files. See
    https://rt.cpan.org/Ticket/Display.html?id=87634 for details.)

 Dave Cross <dave@angel.mag-sol.com> (1):
  * Removed support for NotLong and OneShortLink (separate distributions to
    follow soon). Bumper to version 2.06.

 Dave Cross <dave@dacross.(none)> (1):
  * Removed version number so it's picked up from lib/WWW/Shorten.pm

 yappo <yappo@shibuya.pl> (1):
  * shorl.com was change the request method ( POST to GET )
2013-10-20 14:09:24 +00:00

21 lines
627 B
Makefile

# $NetBSD: Makefile,v 1.11 2013/10/20 14:09:24 wen Exp $
DISTNAME= WWW-Shorten-3.04
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= artistic-2.0
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"