diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-23 04:04:25 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-23 04:04:25 +0800 |
commit | d0bd1c57f126684c8528b7b6385f23c7c8d61e1f (patch) | |
tree | b80ecd90546d6f18edc9b92163f181a98956368c /security/tinc | |
parent | 66baec1daef1fdba7c9a4d2e15aa1f03dba43cfb (diff) | |
download | freebsd-ports-gnome-d0bd1c57f126684c8528b7b6385f23c7c8d61e1f.tar.gz freebsd-ports-gnome-d0bd1c57f126684c8528b7b6385f23c7c8d61e1f.tar.zst freebsd-ports-gnome-d0bd1c57f126684c8528b7b6385f23c7c8d61e1f.zip |
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'security/tinc')
-rw-r--r-- | security/tinc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile index 761f2f34bc4b..e7df909e667c 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -15,7 +15,8 @@ LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 LICENSE= GPLv3 -USES= makeinfo +USES= cpe makeinfo +CPE_VENDOR= tinc-vpn USE_OPENSSL= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |