Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2015 17:13:19 +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: r397178 - head/databases/p5-DBIx-Safe
Message-ID:  <201509171713.t8HHDJP8001340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 17 17:13:18 2015
New Revision: 397178
URL: https://svnweb.freebsd.org/changeset/ports/397178

Log:
  - Add LICENSE
  - Add NO_ARCH

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

Modified: head/databases/p5-DBIx-Safe/Makefile
==============================================================================
--- head/databases/p5-DBIx-Safe/Makefile	Thu Sep 17 17:13:14 2015	(r397177)
+++ head/databases/p5-DBIx-Safe/Makefile	Thu Sep 17 17:13:18 2015	(r397178)
@@ -12,10 +12,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Safer access to your database through a DBI database handle
 
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	p5-DBD-Pg>=1.49:${PORTSDIR}/databases/p5-DBD-Pg \
 		p5-DBI>=1.490:${PORTSDIR}/databases/p5-DBI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 



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