Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2017 22:13:30 +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: r444788 - head/databases/p5-Protocol-CassandraCQL
Message-ID:  <201706302213.v5UMDUPJ047548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun 30 22:13:30 2017
New Revision: 444788
URL: https://svnweb.freebsd.org/changeset/ports/444788

Log:
  Remove Perl core modules
  
  - While I'm here:
    - Add LICENSE_FILE
    - Add NO_ARCH
    - Fix *_DEPENDS: use TEST_DEPENDS for test-only dependencies
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/databases/p5-Protocol-CassandraCQL/Makefile

Modified: head/databases/p5-Protocol-CassandraCQL/Makefile
==============================================================================
--- head/databases/p5-Protocol-CassandraCQL/Makefile	Fri Jun 30 22:13:25 2017	(r444787)
+++ head/databases/p5-Protocol-CassandraCQL/Makefile	Fri Jun 30 22:13:30 2017	(r444788)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Protocol-CassandraCQL
 PORTVERSION=	0.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PEVANS
@@ -14,13 +14,14 @@ COMMENT=	Wire protocol support functions for Cassandra
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-Compress-Snappy>0:archivers/p5-Compress-Snappy \
-		p5-IO-Socket-IP>0:net/p5-IO-Socket-IP \
-		p5-Test-Fatal>0:devel/p5-Test-Fatal \
-		p5-Test-HexString>0:devel/p5-Test-HexString
+BUILD_DEPENDS=	p5-Compress-Snappy>0:archivers/p5-Compress-Snappy
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Fatal>0:devel/p5-Test-Fatal \
+		p5-Test-HexString>0:devel/p5-Test-HexString
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	modbuild
 



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