devel/mingw32-libyaml: Add CPE information

Approved by:	portmgr (blanket)
This commit is contained in:
Stefan Eßer
2021-10-14 23:30:33 +02:00
parent 80fb4abd4b
commit f9874023f3

View File

@@ -21,6 +21,7 @@ CONFIGURE_ARGS= --host="mingw32"
CC= ${PKGNAMEPREFIX}gcc
CFLAGS= -O3 # Override CFLAGS for a cross-build
SSP_CFLAGS?= -fstack-protector # XXX -strong isn't supported by GCC < 4.9
USES= libtool
USES= cpe libtool
CPE_VENDOR= pyyaml
.include <bsd.port.mk>