svn commit: r386562 - head/devel/cxxtools
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat May 16 17:29:11 UTC 2015
Author: amdmi3
Date: Sat May 16 17:29:10 2015
New Revision: 386562
URL: https://svnweb.freebsd.org/changeset/ports/386562
Log:
- Add CPE info
- Add LICENSE
Approved by: portmgr blanket
Modified:
head/devel/cxxtools/Makefile
Modified: head/devel/cxxtools/Makefile
==============================================================================
--- head/devel/cxxtools/Makefile Sat May 16 17:07:23 2015 (r386561)
+++ head/devel/cxxtools/Makefile Sat May 16 17:29:10 2015 (r386562)
@@ -10,8 +10,12 @@ MASTER_SITES= http://www.tntnet.org/down
MAINTAINER= nox at FreeBSD.org
COMMENT= Collection of general-purpose C++ classes
+LICENSE= LGPL21 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
PATCH_STRIP= -p1
-USES= iconv libtool pathfix
+USES= cpe iconv libtool pathfix
+CPE_VENDOR= tntnet
USE_CSTD= gnu89
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
More information about the svn-ports-all
mailing list