Created attachment 213960 [details] patch to add PKGNAMEPREFIX The Makefile doesn't include PKGNAMEPREFIX like all other perl module. So listing p5-Net-NTP with a pkg info/query generate this wrong output: Net-NTP-1.5 Perl extension for decoding NTP server responses But we should expect a standard Perl module like this one: p5-Net-NTP-1.5 Perl extension for decoding NTP server responses
Committed. Thanks!
A commit references this bug: Author: sunpoet Date: Fri May 1 05:02:25 UTC 2020 New revision: 533511 URL: https://svnweb.freebsd.org/changeset/ports/533511 Log: Add missing PKGNAMEPREFIX PR: 246063 Submitted by: olivier Changes: head/net/p5-Net-NTP/Makefile