svn commit: r383836 - head/textproc/libyaml

Josh Paetzel jpaetzel at FreeBSD.org
Sun Apr 12 01:20:45 UTC 2015


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 at 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>


More information about the svn-ports-all mailing list