diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-23 19:29:52 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-23 19:29:52 +0000 |
commit | 09ae79711565316e25bc3f7519b7f685d3dd3891 (patch) | |
tree | 031bac69960bc580dba7f5eb229423f47b03caa2 | |
parent | a7c97a703f0c50c09af3a9b6ea6cb16e195e2867 (diff) |
www/interchange: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | www/interchange/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/interchange/Makefile b/www/interchange/Makefile index 2e1c60926ea5..8455056eda12 100644 --- a/www/interchange/Makefile +++ b/www/interchange/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Safe-Hole>=0.10:security/p5-Safe-Hole \ p5-Set-Crontab>=1.00:devel/p5-Set-Crontab \ p5-Digest-SHA1>=2.11:security/p5-Digest-SHA1 -USES= perl5 shebangfix tar:bzip2 +USES= cpe perl5 shebangfix tar:bzip2 +CPE_VENDOR= redhat SHEBANG_FILES= dist/src/compile.pl \ dist/src/cpan_local_install \ dist/src/mod_perl_tlink.pl \ |