# New ports collection makefile for: p5-Net-eBay # Date created: Sat May 27 13:25:11 UTC 2006 # Whom: Alexander Zhuravlev # # $FreeBSD$ # PORTNAME= Net-eBay PORTVERSION= 0.55 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl Interface to XML based eBay API BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-DateTime-Precise>=0:${PORTSDIR}/devel/p5-DateTime-Precise \ p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \ p5-HTML-PrettyPrinter>=0:${PORTSDIR}/www/p5-HTML-PrettyPrinter \ p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date \ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-Text-Format>=0:${PORTSDIR}/textproc/p5-Text-Format \ p5-XML-Dumper>=0:${PORTSDIR}/textproc/p5-XML-Dumper \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Net::eBay.3 post-patch: @${MKDIR} ${WRKSRC}/examples/ @${MV} ${WRKSRC}/*.pl ${WRKSRC}/examples/ @${REINPLACE_CMD} -e '1 s|/usr/bin/perl|${PERL}|' ${WRKSRC}/examples/*.pl post-install: .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}/ .endif .include