Files
pkgsrc-ng/math/p5-Statistics-Distributions/Makefile
2016-01-21 23:41:46 +01:00

18 lines
514 B
Makefile

# $NetBSD: Makefile,v 1.2 2015/06/12 10:50:31 wiz Exp $
DISTNAME= Statistics-Distributions-1.02
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Statistics-Distributions/
COMMENT= Perl module of computations with distributions
#LICENSE= Unknown
PERL5_PACKLIST= auto/Statistics/Distributions/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"