diff options
author | az <az@FreeBSD.org> | 2013-09-02 17:36:29 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 17:36:29 +0800 |
commit | 9c4cca1df5edd7f22e07934853ab7f2318b3e6f1 (patch) | |
tree | 859ba2ba077471a41f3eb1e1e8f1a0b3571ab0e5 /finance/p5-Math-Financial | |
parent | 6ff983cb6a6caabe6c82f1b446d42fc882f0b015 (diff) | |
download | freebsd-ports-gnome-9c4cca1df5edd7f22e07934853ab7f2318b3e6f1.tar.gz freebsd-ports-gnome-9c4cca1df5edd7f22e07934853ab7f2318b3e6f1.tar.zst freebsd-ports-gnome-9c4cca1df5edd7f22e07934853ab7f2318b3e6f1.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'finance/p5-Math-Financial')
-rw-r--r-- | finance/p5-Math-Financial/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/p5-Math-Financial/Makefile b/finance/p5-Math-Financial/Makefile index 6d82d06c7d7d..43dbd88ce4ac 100644 --- a/finance/p5-Math-Financial/Makefile +++ b/finance/p5-Math-Financial/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl module containing common functions for loans and annuities -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::Financial.3 |