diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-04 01:15:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-04 01:15:23 +0000 |
commit | f62fdf19ba3be393a90f99a5ad3bbfe2ebf712f1 (patch) | |
tree | 7c11fdfbae0748fff3ecc3f92d00471c5046113c /finance/p5-Business-OnlinePayment-VirtualNet | |
parent | b4f4b3da1466065eef7e51231b9a6ddabe00389c (diff) | |
download | ports-f62fdf19ba3be393a90f99a5ad3bbfe2ebf712f1.tar.gz ports-f62fdf19ba3be393a90f99a5ad3bbfe2ebf712f1.zip |
Notes
Diffstat (limited to 'finance/p5-Business-OnlinePayment-VirtualNet')
-rw-r--r-- | finance/p5-Business-OnlinePayment-VirtualNet/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/finance/p5-Business-OnlinePayment-VirtualNet/Makefile b/finance/p5-Business-OnlinePayment-VirtualNet/Makefile index 9d826071cf36..b2291d0cab13 100644 --- a/finance/p5-Business-OnlinePayment-VirtualNet/Makefile +++ b/finance/p5-Business-OnlinePayment-VirtualNet/Makefile @@ -8,16 +8,16 @@ PORTNAME= Business-OnlinePayment-VirtualNet PORTVERSION= 0.02 PORTREVISION= 1 -CATEGORIES= misc perl5 +CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk COMMENT= A Business::OnlinePayment backend module for Vital VirtualNet -BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \ - ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment \ +BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \ + ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment \ ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/File/CounterFile.pm:${PORTSDIR}/misc/p5-File-CounterFile \ ${SITE_PERL}/String/Parity.pm:${PORTSDIR}/devel/p5-String-Parity \ @@ -25,8 +25,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business- RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Business::OnlinePayment::VirtualNet.3 |