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 | |
parent | [Maintainer Update]: mail/gubby (diff) |
move p5-Business-OnlinePayment from misc to finance
PR: ports/50557
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'finance/p5-Business-OnlinePayment')
-rw-r--r-- | finance/p5-Business-OnlinePayment/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/finance/p5-Business-OnlinePayment/Makefile b/finance/p5-Business-OnlinePayment/Makefile index 7d1e07904c10..19c8ea2c7985 100644 --- a/finance/p5-Business-OnlinePayment/Makefile +++ b/finance/p5-Business-OnlinePayment/Makefile @@ -8,20 +8,18 @@ PORTNAME= Business-OnlinePayment PORTVERSION= 2.00 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 generic interface for processing online credit card payments BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay 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.3 |