pkgsrc/textproc/p5-Text-Affixes/Makefile
fhajny 88f9d09636 Import p5-Text-Affixes-0.07 as textproc/p5-Text-Affixes.
This module exports a method that is useful for factory classes.
2012-02-24 09:39:43 +00:00

20 lines
520 B
Makefile

# $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"