Date: Sat, 23 Feb 2019 09:00:50 +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: r493657 - head/security/p5-Authen-Simple-DBI Message-ID: <201902230900.x1N90oFY095581@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Feb 23 09:00:49 2019 New Revision: 493657 URL: https://svnweb.freebsd.org/changeset/ports/493657 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/security/p5-Authen-Simple-DBI/Makefile Modified: head/security/p5-Authen-Simple-DBI/Makefile ============================================================================== --- head/security/p5-Authen-Simple-DBI/Makefile Sat Feb 23 08:03:47 2019 (r493656) +++ head/security/p5-Authen-Simple-DBI/Makefile Sat Feb 23 09:00:49 2019 (r493657) @@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple DBI authentication +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple \ p5-DBI>=0:databases/p5-DBI USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902230900.x1N90oFY095581>