diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-05 06:56:18 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-05 06:56:18 +0000 |
commit | 66dfc893366216c301980028d29756a5cb97d8b4 (patch) | |
tree | f1b12e43c4957712ca0fd56650b1bda57831a37d /math/p5-Math-BigRat/Makefile | |
parent | b1a6c0cdd886f3bec908d1a7a9548e60555409c8 (diff) | |
download | FreeBSD-ports-66dfc893366216c301980028d29756a5cb97d8b4.zip FreeBSD-ports-66dfc893366216c301980028d29756a5cb97d8b4.tar.gz |
Support STAGEDIR.
Diffstat (limited to 'math/p5-Math-BigRat/Makefile')
-rw-r--r-- | math/p5-Math-BigRat/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/p5-Math-BigRat/Makefile b/math/p5-Math-BigRat/Makefile index b0102ac..718af6b 100644 --- a/math/p5-Math-BigRat/Makefile +++ b/math/p5-Math-BigRat/Makefile @@ -13,14 +13,11 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Arbitrary big rational numbers BUILD_DEPENDS= p5-Math-BigInt>=1.991:${PORTSDIR}/math/p5-Math-BigInt -RUN_DEPENDS= p5-Math-BigInt>=1.991:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Math::BigRat.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/INSTALLDIRS/d' ${WRKSRC}/Makefile.PL |