pkgsrc-wip/p5-Math-Gauss/Makefile
Aleksej Saushev 6772a6fd30 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-04 18:42:20 +00:00

18 lines
464 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/04 18:42:21 asau Exp $
DISTNAME= Math-Gauss-0.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Math-Gauss/
COMMENT= Perl module for Gaussian probability distribution
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Math/Gauss/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"