summaryrefslogtreecommitdiff
path: root/textproc/p5-Feed-Find/Makefile
diff options
context:
space:
mode:
authorheinz <heinz>2007-04-30 21:53:16 +0000
committerheinz <heinz>2007-04-30 21:53:16 +0000
commit26e3783075eb5439f09bba51652c14b135a23614 (patch)
tree81a38a24711316181ead398d6be5dea7b2727852 /textproc/p5-Feed-Find/Makefile
parentd96b5556b6bf33e079499f9f614ef8adba526c4a (diff)
downloadpkgsrc-26e3783075eb5439f09bba51652c14b135a23614.tar.gz
Initial import of Perl module Feed-Find 0.06
The Perl module Feed::Find implements feed auto-discovery for finding syndication feeds, given a URI. It (currently) passes all of the auto-discovery tests at http://diveintomark.org/tests/client/autodiscovery/. Feed::Find will discover the following feed formats: * RSS 0.91 * RSS 1.0 * RSS 2.0 * Atom
Diffstat (limited to 'textproc/p5-Feed-Find/Makefile')
-rw-r--r--textproc/p5-Feed-Find/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/p5-Feed-Find/Makefile b/textproc/p5-Feed-Find/Makefile
new file mode 100644
index 00000000000..9d52633dba2
--- /dev/null
+++ b/textproc/p5-Feed-Find/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/30 21:53:16 heinz Exp $
+#
+
+DISTNAME= Feed-Find-0.06
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5ffi
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/B/BT/BTROTT/}
+
+MAINTAINER= heinz@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Feed-Find/
+COMMENT= Perl module to perform autodiscovery of syndication feeds
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
+DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler
+DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
+DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
+
+USE_LANGUAGES= # empty
+
+MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--defaultdeps
+PERL5_PACKLIST= auto/Feed/Find/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"