diff options
author | seb <seb> | 2008-11-24 06:00:32 +0000 |
---|---|---|
committer | seb <seb> | 2008-11-24 06:00:32 +0000 |
commit | 76b55042335492b0d21c90946026058eff1269bd (patch) | |
tree | 0bc482c30a0013c4a3d5f850e24f21b0c325f948 /net | |
parent | bcb2148a324903bc3addaa3694c84851f1613064 (diff) | |
download | pkgsrc-76b55042335492b0d21c90946026058eff1269bd.tar.gz |
Initial import of p5-Net-Akismet version 0.05 in the NetBSD Packages
Collection.
The Perl 5 module Net::Akismet provides an interface to Akismet the
collaborative effort to make comment and trackback spam a non-issue
and restore innocence to blogging.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Akismet/DESCR | 3 | ||||
-rw-r--r-- | net/p5-Net-Akismet/Makefile | 21 | ||||
-rw-r--r-- | net/p5-Net-Akismet/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/net/p5-Net-Akismet/DESCR b/net/p5-Net-Akismet/DESCR new file mode 100644 index 00000000000..b4148a58c61 --- /dev/null +++ b/net/p5-Net-Akismet/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module Net::Akismet provides an interface to Akismet the +collaborative effort to make comment and trackback spam a non-issue +and restore innocence to blogging. diff --git a/net/p5-Net-Akismet/Makefile b/net/p5-Net-Akismet/Makefile new file mode 100644 index 00000000000..2db01988a4e --- /dev/null +++ b/net/p5-Net-Akismet/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/24 06:00:32 seb Exp $ +# + +DISTNAME= Net-Akismet-0.05 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-Akismet/ +COMMENT= Perl 5 interface to Akismet - comment and trackback spam fighter + +PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= # empty + +DEPENDS+= p5-libwww>=5.09:../../www/p5-libwww + +PERL5_PACKLIST= auto/Net/Akismet/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-Akismet/distinfo b/net/p5-Net-Akismet/distinfo new file mode 100644 index 00000000000..8f2d8643049 --- /dev/null +++ b/net/p5-Net-Akismet/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/11/24 06:00:32 seb Exp $ + +SHA1 (Net-Akismet-0.05.tar.gz) = cae75cb182b611e044bfb101087bddd2ef130b87 +RMD160 (Net-Akismet-0.05.tar.gz) = 01d10bf85560b1332d01d00309e4e88ce82b4e27 +Size (Net-Akismet-0.05.tar.gz) = 4543 bytes |