Date: Sun, 17 Feb 2019 09:00:49 +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: r493157 - head/www/p5-Catalyst-Plugin-Session-Store-DBI Message-ID: <201902170900.x1H90nmq097835@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Feb 17 09:00:48 2019 New Revision: 493157 URL: https://svnweb.freebsd.org/changeset/ports/493157 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile Modified: head/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile Sun Feb 17 07:46:40 2019 (r493156) +++ head/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile Sun Feb 17 09:00:48 2019 (r493157) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Store your sessions in a database +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Catalyst-Plugin-Session>=0:www/p5-Catalyst-Plugin-Session \ p5-Catalyst-Runtime>=5.49:www/p5-Catalyst-Runtime \ @@ -20,5 +23,6 @@ RUN_DEPENDS= p5-Catalyst-Plugin-Session>=0:www/p5-Cata 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?201902170900.x1H90nmq097835>