diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-25 20:14:23 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-25 20:28:49 +0000 |
commit | af7a37c7df4c3d6594c633edee3317ccf3d9e2ea (patch) | |
tree | 79679d59b1833c7025079ffbcdc8bc5fde6da516 | |
parent | 6cf2c76aa6d49b473f94694d396c5a5826113a72 (diff) |
devel/gnulib: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/gnulib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gnulib/Makefile b/devel/gnulib/Makefile index 4cd4dc063a78..be80875487aa 100644 --- a/devel/gnulib/Makefile +++ b/devel/gnulib/Makefile @@ -13,8 +13,9 @@ LICENSE_COMB= multi BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:print/texinfo -USES= gmake perl5 shebangfix +USES= cpe gmake perl5 shebangfix SHEBANG_FILES= check-module +CPE_VENDOR= gnu PLIST_FILES= bin/check-module bin/gnulib-tool INFO= ${PORTNAME} |