svn commit: r386586 - head/devel/cityhash

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 17 07:54:21 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list