svn commit: r457737 - head/devel/p5-Directory-Scratch-Structured

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 31 22:23:35 UTC 2017


Author: sunpoet
Date: Sun Dec 31 22:23:34 2017
New Revision: 457737
URL: https://svnweb.freebsd.org/changeset/ports/457737

Log:
  Add LICENSE
  
  - Pet portlint: move *_DEPENDS upward
  - Update TEST_DEPENDS: remove deprecated p5-Test-Block
  - Add NO_ARCH

Modified:
  head/devel/p5-Directory-Scratch-Structured/Makefile

Modified: head/devel/p5-Directory-Scratch-Structured/Makefile
==============================================================================
--- head/devel/p5-Directory-Scratch-Structured/Makefile	Sun Dec 31 22:23:28 2017	(r457736)
+++ head/devel/p5-Directory-Scratch-Structured/Makefile	Sun Dec 31 22:23:34 2017	(r457737)
@@ -11,19 +11,22 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Creates temporary files and directories from a structured description
 
-USES=		perl5
-USE_PERL5=	modbuild
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-Readonly>=0:devel/p5-Readonly \
+BUILD_DEPENDS=	p5-Readonly>=0:devel/p5-Readonly \
 		p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
 		p5-Sub-Install>=0:devel/p5-Sub-Install \
 		p5-Data-TreeDumper>=0:devel/p5-Data-TreeDumper \
 		p5-Directory-Scratch>=0:devel/p5-Directory-Scratch
-BUILD_DEPENDS:=	${RUN_DEPENDS}
-TEST_DEPENDS=	p5-Test-Block>0:devel/p5-Test-Block \
-		p5-Test-Exception>0:devel/p5-Test-Exception \
-		p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings \
-		p5-Test-Strict>0:devel/p5-Test-Strict \
-		p5-Test-Warn>0:devel/p5-Test-Warn
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception \
+		p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \
+		p5-Test-Strict>=0:devel/p5-Test-Strict \
+		p5-Test-Warn>=0:devel/p5-Test-Warn
+
+NO_ARCH=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list