diff options
Diffstat (limited to 'math/p5-Statistics-Descriptive/Makefile')
-rw-r--r-- | math/p5-Statistics-Descriptive/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/math/p5-Statistics-Descriptive/Makefile b/math/p5-Statistics-Descriptive/Makefile new file mode 100644 index 00000000000..9b2fffc86a4 --- /dev/null +++ b/math/p5-Statistics-Descriptive/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/04/06 18:56:46 chuck Exp $ + +DISTNAME= Statistics-Descriptive-2.6 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Statistics-Descriptive/ +COMMENT= Perl module of basic descriptive statistical functions + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Statistics/Descriptive/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |