diff options
author | az <az@FreeBSD.org> | 2014-01-05 20:33:14 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-05 20:33:14 +0800 |
commit | 3cad481398ced63ecda2b446098739f232326ebd (patch) | |
tree | 140c8b5e543420bb97617b37d63532bd93e807bc /finance | |
parent | 0d7fe3c2829f094fba4e135e3ebee36f03b36fb1 (diff) | |
download | freebsd-ports-gnome-3cad481398ced63ecda2b446098739f232326ebd.tar.gz freebsd-ports-gnome-3cad481398ced63ecda2b446098739f232326ebd.tar.zst freebsd-ports-gnome-3cad481398ced63ecda2b446098739f232326ebd.zip |
- stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Business-PayPal-IPN/Makefile | 3 | ||||
-rw-r--r-- | finance/p5-Business-PayPal-IPN/pkg-plist | 1 | ||||
-rw-r--r-- | finance/p5-Business-Stripe/Makefile | 3 | ||||
-rw-r--r-- | finance/p5-Business-Stripe/pkg-plist | 2 | ||||
-rw-r--r-- | finance/p5-Math-Financial/Makefile | 3 | ||||
-rw-r--r-- | finance/p5-Math-Financial/pkg-plist | 1 |
6 files changed, 4 insertions, 9 deletions
diff --git a/finance/p5-Business-PayPal-IPN/Makefile b/finance/p5-Business-PayPal-IPN/Makefile index adebd894e474..9d509c43e626 100644 --- a/finance/p5-Business-PayPal-IPN/Makefile +++ b/finance/p5-Business-PayPal-IPN/Makefile @@ -18,7 +18,4 @@ RUN_DEPENDS= p5-Crypt-SSLeay>=0.56:${PORTSDIR}/security/p5-Crypt-SSLeay \ USES= perl5 USE_PERL5= configure -MAN3= Business::PayPal::IPN.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/p5-Business-PayPal-IPN/pkg-plist b/finance/p5-Business-PayPal-IPN/pkg-plist index 9aedf9178b11..5540547a85c1 100644 --- a/finance/p5-Business-PayPal-IPN/pkg-plist +++ b/finance/p5-Business-PayPal-IPN/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Business/PayPal/IPN.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal/IPN/.packlist +%%PERL5_MAN3%%/Business::PayPal::IPN.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal/IPN @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business diff --git a/finance/p5-Business-Stripe/Makefile b/finance/p5-Business-Stripe/Makefile index 104bb7b02248..1eaa6fc9cf35 100644 --- a/finance/p5-Business-Stripe/Makefile +++ b/finance/p5-Business-Stripe/Makefile @@ -20,7 +20,4 @@ WRKSRC= ${WRKDIR}/aquaron-Business-Stripe-c067843 USES= perl5 USE_PERL5= configure -MAN3= Business::Stripe.3 Business::README.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/p5-Business-Stripe/pkg-plist b/finance/p5-Business-Stripe/pkg-plist index da21f18e33ad..349b83c51454 100644 --- a/finance/p5-Business-Stripe/pkg-plist +++ b/finance/p5-Business-Stripe/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/Business/README.pod %%SITE_PERL%%/Business/Stripe.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/Stripe/.packlist +%%PERL5_MAN3%%/Business::Stripe.3.gz +%%PERL5_MAN3%%/Business::README.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/Stripe @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business @dirrmtry %%SITE_PERL%%/Business diff --git a/finance/p5-Math-Financial/Makefile b/finance/p5-Math-Financial/Makefile index 0f27054f264b..63f279b20190 100644 --- a/finance/p5-Math-Financial/Makefile +++ b/finance/p5-Math-Financial/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl module containing common functions for loans and annuities USES= perl5 USE_PERL5= configure -MAN3= Math::Financial.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/p5-Math-Financial/pkg-plist b/finance/p5-Math-Financial/pkg-plist index a4d21c56ce09..8fd0142109f5 100644 --- a/finance/p5-Math-Financial/pkg-plist +++ b/finance/p5-Math-Financial/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Math/Financial.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Financial/.packlist +%%PERL5_MAN3%%/Math::Financial.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Financial @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math |