Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2015 01:20:45 +0000 (UTC)
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383836 - head/textproc/libyaml
Message-ID:  <201504120120.t3C1Kjk8054955@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jpaetzel
Date: Sun Apr 12 01:20:44 2015
New Revision: 383836
URL: https://svnweb.freebsd.org/changeset/ports/383836

Log:
  Add CPE info
  
  PR:	199370
  Submitted by:	shun.fbsd.pr@dropcut.net

Modified:
  head/textproc/libyaml/Makefile

Modified: head/textproc/libyaml/Makefile
==============================================================================
--- head/textproc/libyaml/Makefile	Sun Apr 12 01:20:01 2015	(r383835)
+++ head/textproc/libyaml/Makefile	Sun Apr 12 01:20:44 2015	(r383836)
@@ -16,7 +16,8 @@ LICENSE=	MIT
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		libtool pathfix
+USES=		cpe libtool pathfix
+CPE_VENDOR=	pyyaml
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504120120.t3C1Kjk8054955>