svn commit: r377446 - head/www/wsdlpull

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 19 17:48:42 UTC 2015


Author: sunpoet
Date: Mon Jan 19 17:48:41 2015
New Revision: 377446
URL: https://svnweb.freebsd.org/changeset/ports/377446
QAT: https://qat.redports.org/buildarchive/r377446/

Log:
  - Add LICENSE
  - Strip shared library

Modified:
  head/www/wsdlpull/Makefile

Modified: head/www/wsdlpull/Makefile
==============================================================================
--- head/www/wsdlpull/Makefile	Mon Jan 19 17:47:47 2015	(r377445)
+++ head/www/wsdlpull/Makefile	Mon Jan 19 17:48:41 2015	(r377446)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	C++ WSDL Parser
 
+LICENSE=	LGPL21
+
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -17,6 +19,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 USES=		libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-head mailing list