Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2017 00:49:32 +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: r438246 - head/textproc/p5-Algorithm-RabinKarp
Message-ID:  <201704110049.v3B0nWpI040182@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr 11 00:49:31 2017
New Revision: 438246
URL: https://svnweb.freebsd.org/changeset/ports/438246

Log:
  Remove Perl core module
  
  - Add LICENSE
  - Add NO_ARCH
  - Bump PORTREVISION for dependency change

Modified:
  head/textproc/p5-Algorithm-RabinKarp/Makefile

Modified: head/textproc/p5-Algorithm-RabinKarp/Makefile
==============================================================================
--- head/textproc/p5-Algorithm-RabinKarp/Makefile	Tue Apr 11 00:48:47 2017	(r438245)
+++ head/textproc/p5-Algorithm-RabinKarp/Makefile	Tue Apr 11 00:49:31 2017	(r438246)
@@ -4,7 +4,7 @@
 PORTNAME=	Algorithm-RabinKarp
 PORTVERSION=	0.41
 DISTVERSIONSUFFIX=	_1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:NNUNLEY
@@ -13,9 +13,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Rabin-Karp streaming hash
 
-BUILD_DEPENDS=	p5-File-Temp>=0:devel/p5-File-Temp
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 



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