summaryrefslogtreecommitdiff
path: root/math/p5-Interpolate/Makefile
blob: fea81c7b8ce737241cbc93ceded37c1eb714d9d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.1.1.1 2001/02/10 04:22:11 jtb Exp $

DISTNAME=	Math-Interpolate-1.05
PKGNAME=	p5-Interpolate-1.05
CATEGORIES=	math perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Math/}

MAINTAINER=	jtb@netbsd.org

USE_PERL5=	#defined
PERL5_PACKLIST=	${PERL5_SITEARCH}/auto/Math/Interpolate/.packlist

do-configure:
	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL

.include "../../mk/bsd.pkg.mk"