openbsd-ports/net/p5-Net-eBay/Makefile
naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

31 lines
641 B
Makefile

# $OpenBSD: Makefile,v 1.5 2016/03/20 19:56:56 naddy Exp $
COMMENT= interface to XML based eBay API
DISTNAME = Net-eBay-0.61
CATEGORIES= net
# perl
PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
PKG_ARCH= *
MODCPAN_EXAMPLES= 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>