mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
281 B
Makefile
19 lines
281 B
Makefile
COMMENT= OO interface to the eBay API
|
|
|
|
DISTNAME= Object-eBay-0.5.0
|
|
CATEGORIES= www
|
|
REVISION= 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
RUN_DEPENDS= devel/p5-Class-Std \
|
|
devel/p5-DateTime \
|
|
net/p5-Net-eBay
|
|
|
|
.include <bsd.port.mk>
|