svn commit: r503004 - head/databases/p5-Exception-Class-DBI

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 29 18:37:57 UTC 2019


Author: sunpoet
Date: Wed May 29 18:37:52 2019
New Revision: 503004
URL: https://svnweb.freebsd.org/changeset/ports/503004

Log:
  Add BUILD_DEPENDS
  
  - Sort *_DEPENDS
  - Add NO_ARCH
  - Pet portlint:
    - Reorder LICENSE knobs
    - Move LICENSE upward

Modified:
  head/databases/p5-Exception-Class-DBI/Makefile

Modified: head/databases/p5-Exception-Class-DBI/Makefile
==============================================================================
--- head/databases/p5-Exception-Class-DBI/Makefile	Wed May 29 18:37:47 2019	(r503003)
+++ head/databases/p5-Exception-Class-DBI/Makefile	Wed May 29 18:37:52 2019	(r503004)
@@ -10,13 +10,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	DBI Exception objects
 
-RUN_DEPENDS=	p5-Exception-Class>=0:devel/p5-Exception-Class \
-		p5-DBI>=0:databases/p5-DBI
-
-LICENSE_COMB=	dual
 LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-DBI>=0:databases/p5-DBI \
+		p5-Exception-Class>=0:devel/p5-Exception-Class
+
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list