diff options
| author | Einar Bjarni Halldórsson <einar@isnic.is> | 2025-08-27 10:05:19 +0000 |
|---|---|---|
| committer | Älven <alven@FreeBSD.org> | 2025-09-13 20:27:06 +0400 |
| commit | f29d7156600754bcfdb816a5ed36156fb7436a12 (patch) | |
| tree | 557dbd16d88e990e053242979a238997c6e5e81f /www | |
| parent | sysutils/lazyssh: [NEW PORT] Terminal-based interactive SSH Manager to manage... (diff) | |
www/rt60: Add missing dependencies for DEVELOPER option
PR: 289123
Approved by: yuri@ (Mentor)
Diffstat (limited to 'www')
| -rw-r--r-- | www/rt60/Makefile | 1 | ||||
| -rw-r--r-- | www/rt60/Makefile.cpan | 8 |
2 files changed, 8 insertions, 1 deletions
diff --git a/www/rt60/Makefile b/www/rt60/Makefile index e0f7525d1a8d..639f597131dd 100644 --- a/www/rt60/Makefile +++ b/www/rt60/Makefile @@ -1,5 +1,6 @@ PORTNAME= rt DISTVERSION= 6.0.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 60 diff --git a/www/rt60/Makefile.cpan b/www/rt60/Makefile.cpan index 8fae7c99de8c..7d04201d7ece 100644 --- a/www/rt60/Makefile.cpan +++ b/www/rt60/Makefile.cpan @@ -249,6 +249,9 @@ REST2_DEPS= p5-Module-Runtime>0:devel/p5-Module-Runtime \ ### Try::Tiny ### WWW::Mechanize 1.80 ### XML::Simple +### Markdown::Render +### Test::Selenium::Remote::Driver +### HTML::Selector::XPath DEVELOPER_DEPS= p5-Email-Abstract>0:mail/p5-Email-Abstract \ p5-File-Which>0:sysutils/p5-File-Which \ @@ -272,7 +275,10 @@ DEVELOPER_DEPS= p5-Email-Abstract>0:mail/p5-Email-Abstract \ p5-Test-Warn>0:devel/p5-Test-Warn \ p5-Try-Tiny>0:lang/p5-Try-Tiny \ p5-WWW-Mechanize>=1.80:www/p5-WWW-Mechanize \ - p5-XML-Simple>0:textproc/p5-XML-Simple + p5-XML-Simple>0:textproc/p5-XML-Simple \ + p5-Markdown-Render>0:textproc/p5-Markdown-Render \ + p5-Selenium-Remote-Driver>0:www/p5-Selenium-Remote-Driver \ + p5-HTML-Selector-XPath>0:www/p5-HTML-Selector-XPath ### --- FASTCGI --- ### FCGI 0.74 |
