svn commit: r397178 - head/databases/p5-DBIx-Safe

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 17 17:13:19 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list