diff options
Diffstat (limited to 'finance/p5-Business-OnlinePayment-Beanstream/Makefile')
-rw-r--r-- | finance/p5-Business-OnlinePayment-Beanstream/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/finance/p5-Business-OnlinePayment-Beanstream/Makefile b/finance/p5-Business-OnlinePayment-Beanstream/Makefile index ea594d825bd2..8be8e4aa264d 100644 --- a/finance/p5-Business-OnlinePayment-Beanstream/Makefile +++ b/finance/p5-Business-OnlinePayment-Beanstream/Makefile @@ -8,21 +8,19 @@ PORTNAME= Business-OnlinePayment-Beanstream PORTVERSION= 0.01 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 Beanstream -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 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::Beanstream.3 |