Date: Tue, 28 May 2019 06:51:02 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502862 - head/net/rtg Message-ID: <201905280651.x4S6p2GU027307@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Tue May 28 06:51:02 2019 New Revision: 502862 URL: https://svnweb.freebsd.org/changeset/ports/502862 Log: net/rtg: Drop nop WANT_PERL Perl seems to be wanted so add USES=perl5 instead. Modified: head/net/rtg/Makefile Modified: head/net/rtg/Makefile ============================================================================== --- head/net/rtg/Makefile Tue May 28 06:42:15 2019 (r502861) +++ head/net/rtg/Makefile Tue May 28 06:51:02 2019 (r502862) @@ -3,7 +3,7 @@ PORTNAME= rtg PORTVERSION= 0.7.4 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net MASTER_SITES= SF \ ftp://ftpmirror.uk/freebsd-ports/rtg/ @@ -18,8 +18,7 @@ RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \ p5-DBD-mysql>=0:databases/p5-DBD-mysql USE_RC_SUBR= rtgpoll -WANT_PERL= yes -USES= shebangfix mysql:client ssl +USES= mysql:client perl5 shebangfix ssl SHEBANG_FILES= etc/95.pl etc/report.pl etc/rtgtargmkr.pl.in SUB_FILES= pkg-message GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905280651.x4S6p2GU027307>