There is no maintainer, and the package itself is broken (regular expressions do not work with 11.1 prerelease although a recompile fixes that).
Thank you for offering to take maintainership of an unmaintained port Please attach a patch that fixes any known issues, passes QA [1] and updates MAINTAINER [1] https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing.html
Created attachment 183314 [details] update for vile port I ran portlint and port test.
The change to PERL_CONFIGURE_WITH results in configure args that look like this when the perl option is enabled: $ make -V CONFIGURE_ARGS --without-loadable-filters --without-iconv --without-locale --with-/usr/local/bin/perl --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} The "--with-/usr/local/bin/perl" is invalid.
Created attachment 184413 [details] corrected diff for vile-port
Comment on attachment 184413 [details] corrected diff for vile-port Unmaintained port, implicit approval
A commit references this bug: Author: cpm Date: Mon Jul 17 19:41:11 UTC 2017 New revision: 446109 URL: https://svnweb.freebsd.org/changeset/ports/446109 Log: - Pass maintainership to submitter PR: 219835 Submitted by: dickey@his.com Approved by: koobs Changes: head/editors/vile/Makefile
Committed! Thanks