Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2018 21:57:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484359 - head/databases/p5-DBIx-Introspector
Message-ID:  <201811062157.wA6LvQQ3011433@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Nov  6 21:57:26 2018
New Revision: 484359
URL: https://svnweb.freebsd.org/changeset/ports/484359

Log:
  Add LICENSE_FILE
  
  - Take maintainership

Modified:
  head/databases/p5-DBIx-Introspector/Makefile

Modified: head/databases/p5-DBIx-Introspector/Makefile
==============================================================================
--- head/databases/p5-DBIx-Introspector/Makefile	Tue Nov  6 21:57:18 2018	(r484358)
+++ head/databases/p5-DBIx-Introspector/Makefile	Tue Nov  6 21:57:26 2018	(r484359)
@@ -7,15 +7,16 @@ CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Detect what database you are connected to
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-DBI>=0:databases/p5-DBI \
 		p5-Moo>=0:devel/p5-Moo
-BUILD_DEPENDS=	${RUN_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811062157.wA6LvQQ3011433>