Date: Fri, 5 Oct 2018 14:32:58 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481277 - head/www/p5-Mojolicious-Plugin-HamlRenderer Message-ID: <201810051432.w95EWwZo006951@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Fri Oct 5 14:32:58 2018 New Revision: 481277 URL: https://svnweb.freebsd.org/changeset/ports/481277 Log: Donate to perl@, and reverse _DEPENDS ordering Modified: head/www/p5-Mojolicious-Plugin-HamlRenderer/Makefile Modified: head/www/p5-Mojolicious-Plugin-HamlRenderer/Makefile ============================================================================== --- head/www/p5-Mojolicious-Plugin-HamlRenderer/Makefile Fri Oct 5 14:28:02 2018 (r481276) +++ head/www/p5-Mojolicious-Plugin-HamlRenderer/Makefile Fri Oct 5 14:32:58 2018 (r481277) @@ -7,15 +7,15 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Haml renderer for Mojolicious LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Mojolicious>=1.3:www/p5-Mojolicious \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Mojolicious>=1.3:www/p5-Mojolicious \ p5-Text-Haml>=0.990103:textproc/p5-Text-Haml -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810051432.w95EWwZo006951>