diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-02-24 09:39:43 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-02-24 09:39:43 +0000 |
commit | 88f9d09636c764dd5be85ce91bbbc67a6d63221a (patch) | |
tree | bcea7ec433bb8588acfdbc0355832a030cbb9762 /textproc | |
parent | c88d8c3f2bf865cd37b30cbcbf685e6e7c17e24a (diff) | |
download | pkgsrc-88f9d09636c764dd5be85ce91bbbc67a6d63221a.tar.gz |
Import p5-Text-Affixes-0.07 as textproc/p5-Text-Affixes.
This module exports a method that is useful for factory classes.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Affixes/DESCR | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Affixes/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-Text-Affixes/distinfo | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/p5-Text-Affixes/DESCR b/textproc/p5-Text-Affixes/DESCR new file mode 100644 index 00000000000..1e1adce18c1 --- /dev/null +++ b/textproc/p5-Text-Affixes/DESCR @@ -0,0 +1 @@ +This module exports a method that is useful for factory classes. diff --git a/textproc/p5-Text-Affixes/Makefile b/textproc/p5-Text-Affixes/Makefile new file mode 100644 index 00000000000..ec2fb290329 --- /dev/null +++ b/textproc/p5-Text-Affixes/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/02/24 09:39:43 fhajny Exp $ +# + +DISTNAME= Text-Affixes-0.07 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Text-Affixes/ +COMMENT= Prefixes and suffixes analysis of text +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Text/Affixes/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-Affixes/distinfo b/textproc/p5-Text-Affixes/distinfo new file mode 100644 index 00000000000..73910a1c343 --- /dev/null +++ b/textproc/p5-Text-Affixes/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/02/24 09:39:43 fhajny Exp $ + +SHA1 (Text-Affixes-0.07.tar.gz) = d8261c444013d6ed00aaf7bc25e523b75cf4a683 +RMD160 (Text-Affixes-0.07.tar.gz) = cbc5d788542d1d7ea829a11e0413c969f7c9f92e +Size (Text-Affixes-0.07.tar.gz) = 3841 bytes |