openbsd-ports/net/p5-Net-eBay/Makefile
2013-03-11 11:35:43 +00:00

32 lines
644 B
Makefile

# $OpenBSD: Makefile,v 1.2 2013/03/11 11:35:53 espie Exp $
COMMENT= interface to XML based eBay API
DISTNAME= Net-eBay-0.54
CATEGORIES= net
# perl
PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
MODCPAN_EXAMPLES= Yes
USE_GROFF= Yes
RUN_DEPENDS= devel/p5-DateTime-Precise \
security/p5-Crypt-SSLeay \
security/p5-Net_SSLeay \
textproc/p5-Text-Format \
textproc/p5-XML-Dumper \
textproc/p5-XML-Simple \
www/p5-HTML-Format \
www/p5-HTML-PrettyPrinter \
www/p5-HTML-Tree \
www/p5-libwww
# Help MODCPAN_EXAMPLES a bit.
post-extract:
@cd ${WRKSRC} && mkdir examples/ && mv ebay-*.pl examples/
.include <bsd.port.mk>