45302ec0f9
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@
24 lines
424 B
Makefile
24 lines
424 B
Makefile
# $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>
|