16 lines
470 B
Makefile
16 lines
470 B
Makefile
# $NetBSD: Makefile,v 1.3 2007/01/04 16:51:55 shattered Exp $
|
|
|
|
DISTNAME= Math-Interpolate-1.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
|
|
|
MAINTAINER= charlie@rubberduck.com
|
|
COMMENT= This module contains several useful routines for interpolating data sets
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Math/Interpolate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|