Date: Fri, 30 Jun 2017 22:13:25 +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: r444787 - head/databases/p5-Net-Async-CassandraCQL Message-ID: <201706302213.v5UMDPon047396@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jun 30 22:13:25 2017 New Revision: 444787 URL: https://svnweb.freebsd.org/changeset/ports/444787 Log: Remove Perl core modules - While I'm here: - Add LICENSE_FILE - Add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl Modified: head/databases/p5-Net-Async-CassandraCQL/Makefile Modified: head/databases/p5-Net-Async-CassandraCQL/Makefile ============================================================================== --- head/databases/p5-Net-Async-CassandraCQL/Makefile Fri Jun 30 22:13:20 2017 (r444786) +++ head/databases/p5-Net-Async-CassandraCQL/Makefile Fri Jun 30 22:13:25 2017 (r444787) @@ -3,7 +3,7 @@ PORTNAME= Net-Async-CassandraCQL PORTVERSION= 0.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,18 +13,19 @@ COMMENT= Use Cassandra databases with IO::Async using LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Compress-Snappy>0:archivers/p5-Compress-Snappy \ p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \ p5-Future>=0.17:devel/p5-Future \ p5-IO-Async>=0.59:devel/p5-IO-Async \ - p5-IO-Socket-IP>0:net/p5-IO-Socket-IP \ p5-Compress-LZ4>0:archivers/p5-Compress-LZ4 \ p5-Protocol-CassandraCQL>=0.11:databases/p5-Protocol-CassandraCQL +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Identity>0:devel/p5-Test-Identity \ p5-Test-Refcount>0:devel/p5-Test-Refcount -RUN_DEPENDS:= ${BUILD_DEPENDS} +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.v5UMDPon047396>