svn commit: r386148 - head/devel/websvn

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 12 12:50:57 UTC 2015


Author: amdmi3
Date: Tue May 12 12:50:56 2015
New Revision: 386148
URL: https://svnweb.freebsd.org/changeset/ports/386148

Log:
  - Add CPE info
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/devel/websvn/Makefile

Modified: head/devel/websvn/Makefile
==============================================================================
--- head/devel/websvn/Makefile	Tue May 12 12:48:14 2015	(r386147)
+++ head/devel/websvn/Makefile	Tue May 12 12:50:56 2015	(r386148)
@@ -9,6 +9,10 @@ MASTER_SITES=	http://websvn.tigris.org/f
 MAINTAINER=	ychsiao at ychsiao.org
 COMMENT=	Subversion repository web frontend
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/license.txt
+
+USES=		cpe
 USE_PHP=	iconv pcre xml
 NO_BUILD=	yes
 


More information about the svn-ports-all mailing list