diff --git a/math/p5-Math-RPN/Makefile b/math/p5-Math-RPN/Makefile index b89c6d19fd7d..3ab2d06ebf23 100644 --- a/math/p5-Math-RPN/Makefile +++ b/math/p5-Math-RPN/Makefile @@ -1,25 +1,26 @@ # New ports collection makefile for: p5-Math-RPN # Date created: 1 June 2010 # Whom: Kevin Lo # # $FreeBSD$ # PORTNAME= Math-RPN PORTVERSION= 1.09 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kevlo@FreeBSD.org COMMENT= Reverse polish math expression evaluation RUN_DEPENDS= ${SITE_PERL}/Test/Warn.pm:${PORTSDIR}/devel/p5-Test-Warn \ p5-ExtUtils-MakeMaker>=6.52:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Math::RPN.3 .include diff --git a/math/p5-Math-RPN/pkg-plist b/math/p5-Math-RPN/pkg-plist index 85a24f1f2522..7701d2af3e2c 100644 --- a/math/p5-Math-RPN/pkg-plist +++ b/math/p5-Math-RPN/pkg-plist @@ -1,2 +1,5 @@ %%SITE_PERL%%/Math/RPN.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/RPN/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/RPN +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math