import p5-Object-eBay 0.5.0

Object::eBay provides an object-oriented interface to the eBay API.
Objects are created to represent entities dealing with eBay such as
items, users, etc. You won't want to create objects of the class
Object::eBay but rather of its subclasses such as: Object::eBay::Item or
Object::eBay::User.

ok simon@
This commit is contained in:
jasper 2011-04-03 17:16:13 +00:00
parent ca0f0d8623
commit 45302ec0f9
4 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/04/03 17:16:13 jasper Exp $
COMMENT= OO interface to the eBay API
DISTNAME= Object-eBay-0.5.0
CATEGORIES= www
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES= cpan
CONFIGURE_STYLE= modbuild
USE_GROFF= Yes
RUN_DEPENDS= devel/p5-Class-Std \
devel/p5-DateTime \
net/p5-Net-eBay
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Object-eBay-0.5.0.tar.gz) = MFrBdcVM9JvCebBte+7zHQ==
RMD160 (Object-eBay-0.5.0.tar.gz) = 7snHAbkRImFA7mJDjMswteBgfFM=
SHA1 (Object-eBay-0.5.0.tar.gz) = 6blDq3SVnQFBdNKPdhrErKLD6/g=
SHA256 (Object-eBay-0.5.0.tar.gz) = yw9ju58mTrwzCzGKFDmwPxCAJza2uiJVxBsH0x7A09A=
SIZE (Object-eBay-0.5.0.tar.gz) = 17938

View File

@ -0,0 +1,5 @@
Object::eBay provides an object-oriented interface to the eBay API.
Objects are created to represent entities dealing with eBay such as
items, users, etc. You won't want to create objects of the class
Object::eBay but rather of its subclasses such as: Object::eBay::Item or
Object::eBay::User.

View File

@ -0,0 +1,23 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/04/03 17:16:13 jasper Exp $
${P5SITE}/Object/
${P5SITE}/Object/eBay/
${P5SITE}/Object/eBay.pm
${P5SITE}/Object/eBay/Attribute.pm
${P5SITE}/Object/eBay/Attributes.pm
${P5SITE}/Object/eBay/Boolean.pm
${P5SITE}/Object/eBay/Condition.pm
${P5SITE}/Object/eBay/Currency.pm
${P5SITE}/Object/eBay/Item.pm
${P5SITE}/Object/eBay/ListingDetails.pm
${P5SITE}/Object/eBay/SellingStatus.pm
${P5SITE}/Object/eBay/User.pm
@man man/man3p/Object::eBay.3p
@man man/man3p/Object::eBay::Attribute.3p
@man man/man3p/Object::eBay::Attributes.3p
@man man/man3p/Object::eBay::Boolean.3p
@man man/man3p/Object::eBay::Condition.3p
@man man/man3p/Object::eBay::Currency.3p
@man man/man3p/Object::eBay::Item.3p
@man man/man3p/Object::eBay::ListingDetails.3p
@man man/man3p/Object::eBay::SellingStatus.3p
@man man/man3p/Object::eBay::User.3p