diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-17 15:54:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-17 15:54:20 +0800 |
commit | 16591f0dc5103c4536d946391c9e3fafe252a7fb (patch) | |
tree | ccae3cd0e3c1fac4bd857e7a2642c8e03aed30fb /devel/cityhash | |
parent | b93dec72d43aa401308bff981e7bcfadb34242e7 (diff) | |
download | freebsd-ports-gnome-16591f0dc5103c4536d946391c9e3fafe252a7fb.tar.gz freebsd-ports-gnome-16591f0dc5103c4536d946391c9e3fafe252a7fb.tar.zst freebsd-ports-gnome-16591f0dc5103c4536d946391c9e3fafe252a7fb.zip |
- Add CPE info
- Add LICENSE_FILE
Approved by: portmgr blanket
Diffstat (limited to 'devel/cityhash')
-rw-r--r-- | devel/cityhash/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cityhash/Makefile b/devel/cityhash/Makefile index abb92497c539..7ab0b37f10a4 100644 --- a/devel/cityhash/Makefile +++ b/devel/cityhash/Makefile @@ -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 |