diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-17 01:54:50 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-17 01:54:50 +0800 |
commit | 0242999c2463eb744e90e047e1383127a7919b0b (patch) | |
tree | 24d8793b483f5f866c3daa3888d2b262a6f79ddf /net | |
parent | 4f983519679ed2b2c7811c67992b72665c813c85 (diff) | |
download | freebsd-ports-gnome-0242999c2463eb744e90e047e1383127a7919b0b.tar.gz freebsd-ports-gnome-0242999c2463eb744e90e047e1383127a7919b0b.tar.zst freebsd-ports-gnome-0242999c2463eb744e90e047e1383127a7919b0b.zip |
- Add CPE info
- Add LICENSE
Approved by: portmgr blanket
Diffstat (limited to 'net')
-rw-r--r-- | net/echoping/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile index 60a4431c1be1..210db4be3002 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -10,10 +10,14 @@ MASTER_SITES= SF MAINTAINER= sumikawa@FreeBSD.org COMMENT= Ping-like program that uses TCP and/or HTTP +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libidn.so:${PORTSDIR}/dns/libidn -USES= libtool +USES= cpe libtool +CPE_VENDOR= echoping_project USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-http --enable-icp --enable-smtp --with-ssl \ |