diff options
author | az <az@FreeBSD.org> | 2013-08-04 20:30:54 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-04 20:30:54 +0800 |
commit | e21178d47577200e50a8e105029f7d2bfdf408b1 (patch) | |
tree | c29811b9daa9fe42c36a61104fc9b0b981be3a4a /math | |
parent | 9a7a429f3ef97e67b4c7b3ae637ab1f3420f9083 (diff) | |
download | freebsd-ports-gnome-e21178d47577200e50a8e105029f7d2bfdf408b1.tar.gz freebsd-ports-gnome-e21178d47577200e50a8e105029f7d2bfdf408b1.tar.zst freebsd-ports-gnome-e21178d47577200e50a8e105029f7d2bfdf408b1.zip |
- Convert to new perl framework
Approved by: eadler@ (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Round/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-Round/Makefile b/math/p5-Math-Round/Makefile index c84c106c7bd8..114f97f0a143 100644 --- a/math/p5-Math-Round/Makefile +++ b/math/p5-Math-Round/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= eadler@FreeBSD.org COMMENT= Perl extension for rounding numbers -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::Round.3 |