Date: Tue, 19 Mar 2019 09:01:02 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496253 - head/www/p5-Catalyst-View-XML-Simple Message-ID: <201903190901.x2J912fj086181@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Mar 19 09:01:02 2019 New Revision: 496253 URL: https://svnweb.freebsd.org/changeset/ports/496253 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/www/p5-Catalyst-View-XML-Simple/Makefile Modified: head/www/p5-Catalyst-View-XML-Simple/Makefile ============================================================================== --- head/www/p5-Catalyst-View-XML-Simple/Makefile Tue Mar 19 08:38:43 2019 (r496252) +++ head/www/p5-Catalyst-View-XML-Simple/Makefile Tue Mar 19 09:01:02 2019 (r496253) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for Catalyst XML View Class +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + RUN_DEPENDS= \ p5-Catalyst-Runtime>0:www/p5-Catalyst-Runtime \ p5-XML-Simple>0:textproc/p5-XML-Simple @@ -22,5 +25,6 @@ BUILD_DEPENDS= \ USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903190901.x2J912fj086181>