Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2018 17:21:55 +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: r469142 - head/devel/p5-Hash-Flatten
Message-ID:  <201805051721.w45HLtoQ060075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May  5 17:21:55 2018
New Revision: 469142
URL: https://svnweb.freebsd.org/changeset/ports/469142

Log:
  Add LICENSE
  
  - Fix *_DEPENDS
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/p5-Hash-Flatten/Makefile

Modified: head/devel/p5-Hash-Flatten/Makefile
==============================================================================
--- head/devel/p5-Hash-Flatten/Makefile	Sat May  5 17:21:50 2018	(r469141)
+++ head/devel/p5-Hash-Flatten/Makefile	Sat May  5 17:21:55 2018	(r469142)
@@ -2,7 +2,7 @@
 
 PORTNAME=	Hash-Flatten
 PORTVERSION=	1.19
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,9 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Flatten, unflatten complex data hashes
 
-BUILD_DEPENDS=	p5-Log-Trace>0:devel/p5-Log-Trace \
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+TEST_DEPENDS=	p5-Log-Trace>0:devel/p5-Log-Trace \
 		p5-Test-Assertions>0:devel/p5-Test-Assertions
-RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure



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