svn commit: r397132 - head/databases/p5-PostgreSQL-PLPerl-Call

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


Author: sunpoet
Date: Thu Sep 17 17:09:22 2015
New Revision: 397132
URL: https://svnweb.freebsd.org/changeset/ports/397132

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/databases/p5-PostgreSQL-PLPerl-Call/Makefile

Modified: head/databases/p5-PostgreSQL-PLPerl-Call/Makefile
==============================================================================
--- head/databases/p5-PostgreSQL-PLPerl-Call/Makefile	Thu Sep 17 17:09:17 2015	(r397131)
+++ head/databases/p5-PostgreSQL-PLPerl-Call/Makefile	Thu Sep 17 17:09:22 2015	(r397132)
@@ -12,8 +12,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Simple interface for calling SQL functions from PostgreSQL PL/Perl
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-DBI>=1.60.5:${PORTSDIR}/databases/p5-DBI
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 


More information about the svn-ports-all mailing list