Add DESTDIR support and REPLACE_PERL to some scripts.
This commit is contained in:
parent
a3c5dc7948
commit
e6b3cdb286
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2007/01/04 16:51:55 shattered Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2008/03/01 19:20:45 hoka_adam Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Math-FixedPrecision-0.21
|
||||
|
@ -9,6 +9,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
|||
MAINTAINER= geeogeegeeoh@users.sourceforge.net
|
||||
COMMENT= Perl module that provides decimal math without floating point errors
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
REPLACE_PERL+= FixedPrecision.pm
|
||||
REPLACE_PERL+= t/test.t
|
||||
|
||||
DEPENDS+= p5-Math-BigInteger-*:../../math/p5-Math-BigInteger
|
||||
|
||||
PERL5_PACKLIST= auto/Math/FixedPrecision/.packlist
|
||||
|
|
Loading…
Reference in a new issue