Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2015 07:54:21 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386586 - head/devel/cityhash
Message-ID:  <201505170754.t4H7sLBW022223@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun May 17 07:54:20 2015
New Revision: 386586
URL: https://svnweb.freebsd.org/changeset/ports/386586

Log:
  - Add CPE info
  - Add LICENSE_FILE
  
  Approved by:	portmgr blanket

Modified:
  head/devel/cityhash/Makefile

Modified: head/devel/cityhash/Makefile
==============================================================================
--- head/devel/cityhash/Makefile	Sun May 17 07:42:33 2015	(r386585)
+++ head/devel/cityhash/Makefile	Sun May 17 07:54:20 2015	(r386586)
@@ -11,8 +11,10 @@ MAINTAINER=	vg@FreeBSD.org
 COMMENT=	Family of hash functions
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool
+USES=		cpe libtool
+CPE_VENDOR=	google
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 



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