diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 12:58:44 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 13:02:06 +0200 |
commit | d6a2a30a892ddf3338d61bc959b91616fa658c3f (patch) | |
tree | b2c273ef1f5d8f7c32ed00ca06f06d602239ea3b /textproc/htmldoc | |
parent | textproc/htdig: Add CPE information (diff) |
textproc/htmldoc: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc/htmldoc')
-rw-r--r-- | textproc/htmldoc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index 249ff3883cd8..7d15f85c70af 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -16,7 +16,8 @@ BROKEN_mips= Complains of expecting ) before png_ptr LIB_DEPENDS= libpng.so:graphics/png -USES= compiler:c11 +USES= compiler:c11 cpe +CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= michaelrsweet |