1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/p5-Net-eBay/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

49 lines
1.2 KiB
Makefile

# Created by: Alexander Zhuravlev <zaa@zaa.pp.ru>
# $FreeBSD$
PORTNAME= Net-eBay
PORTVERSION= 0.61
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl Interface to XML based eBay API
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \
p5-DateTime-Precise>=0:devel/p5-DateTime-Precise \
p5-HTML-Format>=0:textproc/p5-HTML-Format \
p5-HTML-PrettyPrinter>=0:www/p5-HTML-PrettyPrinter \
p5-HTML-Tree>=0:www/p5-HTML-Tree \
p5-HTTP-Date>=0:www/p5-HTTP-Date \
p5-HTTP-Message>=0:www/p5-HTTP-Message \
p5-Text-Format>=0:textproc/p5-Text-Format \
p5-XML-Dumper>=0:textproc/p5-XML-Dumper \
p5-XML-Simple>=0:textproc/p5-XML-Simple \
p5-libwww>=0:www/p5-libwww
OPTIONS_DEFINE= EXAMPLES
NO_ARCH= yes
USE_PERL5= configure
USES= perl5 shebangfix
PORTEXAMPLES= *
SHEBANG_FILES= examples/*.pl
post-extract:
@${MKDIR} ${WRKSRC}/examples/
@${MV} ${WRKSRC}/*.pl ${WRKSRC}/examples/
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>