svn commit: r386565 - head/net/echoping
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat May 16 17:54:51 UTC 2015
Author: amdmi3
Date: Sat May 16 17:54:50 2015
New Revision: 386565
URL: https://svnweb.freebsd.org/changeset/ports/386565
Log:
- Add CPE info
- Add LICENSE
Approved by: portmgr blanket
Modified:
head/net/echoping/Makefile
Modified: head/net/echoping/Makefile
==============================================================================
--- head/net/echoping/Makefile Sat May 16 17:39:09 2015 (r386564)
+++ head/net/echoping/Makefile Sat May 16 17:54:50 2015 (r386565)
@@ -10,10 +10,14 @@ MASTER_SITES= SF
MAINTAINER= sumikawa at 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 \
More information about the svn-ports-all
mailing list