pkgsrc/www/p5-URI-Find/Makefile
sno bfa48c18c4 Updating www/p5-URI-Find from 20100211 to 20100505
Upstream changes:
20100505  Wed May  5 18:48:44 PDT 2010
    Test Fixes
    * Fixed t/urifind/find.t on Windows

20100504.1039  Tue May  4 10:39:23 PDT 2010
    Doc Fixes
    * Forgot to mention that we ship with urifind now.

20100504  Tue May  4 10:29:52 PDT 2010
    New Features
    * Added a urifind program. (Darren Chamberlain)
    Bug Fixes
    * The final semi-colon was being strippped form URLs found in HTML
      that ended with HTML entities. (Michael Peters)
      Example: http://google.com/search?q=<html>
    * URLs with leading dots, pluses and minuses are now found.
      [rt.cpan.org 57032]
      Example: stuff...http://example.com
2010-07-31 12:32:47 +00:00

28 lines
819 B
Makefile

# $NetBSD: Makefile,v 1.4 2010/07/31 12:32:47 sno Exp $
#
DISTNAME= URI-Find-20100505
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/URI-Find/
COMMENT= Perl5 module to find URIs in arbitrary text
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
# requires URI::URL 5.00 - oldest available URI on CPAN contains 5.03
DEPENDS+= p5-URI>=1.40:../../www/p5-URI
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.82}:../../devel/p5-Test-Simple
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/URI/Find/.packlist
PERL5_MODULE_TYPE= Module::Build
#BUILD_DEPENDS+= p5-Module-Build>=0.30000:../../devel/p5-Module-Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"