version 20090319 as dependency for scheduled import of www/p5-Template-Plugin-Clickable. URI::Find does one thing: Finds URIs and URLs in plain text. It finds them quickly and it finds them all (or what URI::URL considers a URI to be.) It only finds URIs which include a scheme (http:// or the like), for something a bit less strict have a look at included URI::Find::Schemeless.
25 lines
666 B
Makefile
25 lines
666 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 18:31:12 sno Exp $
|
|
#
|
|
|
|
DISTNAME= URI-Find-20090319
|
|
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
|
|
|
|
DEPENDS+= p5-URI>=1.00:../../www/p5-URI
|
|
BUILD_REQUIRES+= p5-Test-Simple>=0.82:../../devel/p5-Test-Simple
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/URI/Find/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|