Date: Sun, 20 Jun 2021 11:43:41 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c2827199d56f - main - www/p5-Net-eBay: Convert PORTEXAMPLES to PLIST entries Message-ID: <202106201143.15KBhfUr016196@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2827199d56fda71b5498c2c313d809af5023eb4 commit c2827199d56fda71b5498c2c313d809af5023eb4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 11:36:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-20 11:36:24 +0000 www/p5-Net-eBay: Convert PORTEXAMPLES to PLIST entries --- www/p5-Net-eBay/Makefile | 11 +++++------ www/p5-Net-eBay/pkg-plist | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/www/p5-Net-eBay/Makefile b/www/p5-Net-eBay/Makefile index af9112ab0002..d76d018bacca 100644 --- a/www/p5-Net-eBay/Makefile +++ b/www/p5-Net-eBay/Makefile @@ -26,17 +26,16 @@ RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \ p5-XML-Simple>=0:textproc/p5-XML-Simple \ p5-libwww>=0:www/p5-libwww -OPTIONS_DEFINE= EXAMPLES +USES= perl5 shebangfix +USE_PERL5= configure NO_ARCH= yes -USE_PERL5= configure -USES= perl5 shebangfix -PORTEXAMPLES= * +SHEBANG_FILES= *.pl -SHEBANG_FILES= examples/*.pl +OPTIONS_DEFINE= EXAMPLES -post-extract: +post-patch: @${MKDIR} ${WRKSRC}/examples/ @${MV} ${WRKSRC}/*.pl ${WRKSRC}/examples/ diff --git a/www/p5-Net-eBay/pkg-plist b/www/p5-Net-eBay/pkg-plist index ae0e677744a9..fe15114a64f1 100644 --- a/www/p5-Net-eBay/pkg-plist +++ b/www/p5-Net-eBay/pkg-plist @@ -1,2 +1,21 @@ %%SITE_PERL%%/Net/eBay.pm %%PERL5_MAN3%%/Net::eBay.3.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-add-item.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-api-usage.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-end-item-early.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-all-bidders.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-categories.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-high-bidders.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-item-transactions.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-item.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-my-selling.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-my-sold.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-seller-list.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-suggested-categories.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-user-contact.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-user-feedback.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-leave-feedback.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-official-time.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-revise-item.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-search.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-validate-test-user.pl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201143.15KBhfUr016196>