import ports/net/p5-Net-TCLink, from Chris Bennett, ok landry@
Net::TCLink is a module that allows for fast, secure, reliable credit card and check transactions via the TrustCommerce IP gateway. The module consists of a single function call that accepts a hash describing the requested transaction and returns a map that describes the result.
This commit is contained in:
parent
e0b7a40c35
commit
925178c570
33
net/p5-Net-TCLink/Makefile
Normal file
33
net/p5-Net-TCLink/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/06/28 19:08:45 sthen Exp $
|
||||
|
||||
COMMENT= interface to TrustCommerce gateway
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Net_TCLink.pm-3.4
|
||||
PKGNAME= p5-Net-TCLink-3.4
|
||||
CATEGORIES= net
|
||||
CPAN_AUTHOR= WITTEN
|
||||
|
||||
# GPLv2.1
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
WANTLIB= crypto ssl
|
||||
|
||||
REGRESS_IS_INTERACTIVE= Yes
|
||||
# Requires Internet connection to TrustCommerce server
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/Makefile.PL
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/p5-Net-TCLink
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/TCDevGuide.html \
|
||||
${PREFIX}/share/doc/p5-Net-TCLink
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/TCDevGuide.txt \
|
||||
${PREFIX}/share/doc/p5-Net-TCLink
|
||||
|
||||
.include <bsd.port.mk>
|
5
net/p5-Net-TCLink/distinfo
Normal file
5
net/p5-Net-TCLink/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Net_TCLink.pm-3.4.tar.gz) = RbjItosAdAjmJhPM2QgOSQ==
|
||||
RMD160 (Net_TCLink.pm-3.4.tar.gz) = KAof4GPZFV7Tppls8kZEnzbSrX8=
|
||||
SHA1 (Net_TCLink.pm-3.4.tar.gz) = 7HGWqOuHQTQho0YvIuqjqFj/geU=
|
||||
SHA256 (Net_TCLink.pm-3.4.tar.gz) = b8Q9eatu5BWe4VmuIGOafhhkhcIevTQYa+uXpveBAt8=
|
||||
SIZE (Net_TCLink.pm-3.4.tar.gz) = 59656
|
5
net/p5-Net-TCLink/pkg/DESCR
Normal file
5
net/p5-Net-TCLink/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Net::TCLink is a module that allows for fast, secure, reliable credit
|
||||
card and check transactions via the TrustCommerce IP gateway. The
|
||||
module consists of a single function call that accepts a hash
|
||||
describing the requested transaction and returns a map that describes
|
||||
the result.
|
14
net/p5-Net-TCLink/pkg/PLIST
Normal file
14
net/p5-Net-TCLink/pkg/PLIST
Normal file
@ -0,0 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/06/28 19:08:45 sthen Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Net/
|
||||
${P5ARCH}/Net/TCLink.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Net/
|
||||
${P5ARCH}/auto/Net/TCLink/
|
||||
${P5ARCH}/auto/Net/TCLink/TCLink.bs
|
||||
${P5ARCH}/auto/Net/TCLink/TCLink.so
|
||||
${P5ARCH}/auto/Net/TCLink/autosplit.ix
|
||||
@man man/man3p/Net::TCLink.3p
|
||||
share/doc/p5-Net-TCLink/
|
||||
share/doc/p5-Net-TCLink/TCDevGuide.html
|
||||
share/doc/p5-Net-TCLink/TCDevGuide.txt
|
Loading…
Reference in New Issue
Block a user