diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-22 20:04:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-22 20:04:25 +0000 |
commit | 3e3e34ff7fed146fb46b3853070b868335292ca2 (patch) | |
tree | b80ecd90546d6f18edc9b92163f181a98956368c | |
parent | Horde package update: (diff) |
- Add CPE info
Approved by: portmgr blanket
-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 |