svn commit: r469142 - head/devel/p5-Hash-Flatten
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 5 17:21:59 UTC 2018
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 at 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
More information about the svn-ports-head
mailing list