diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-18 19:18:50 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-18 19:25:52 +0000 |
commit | 87e42db388db612c82fd83f126f09fe14f53e83e (patch) | |
tree | 2ca05b66d167883b613a11e48e97fdabece8ddf0 | |
parent | 3904502a6b8d5a78831234a8e9ab4c53aa5e74be (diff) | |
download | ports-87e42db388db612c82fd83f126f09fe14f53e83e.tar.gz ports-87e42db388db612c82fd83f126f09fe14f53e83e.zip |
-rw-r--r-- | devel/rubygem-will_paginate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-will_paginate/Makefile b/devel/rubygem-will_paginate/Makefile index 9d6cc48bc976..91226af53625 100644 --- a/devel/rubygem-will_paginate/Makefile +++ b/devel/rubygem-will_paginate/Makefile @@ -9,7 +9,8 @@ COMMENT= Pagination plugin for web frameworks and other apps LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gem +USES= cpe gem +CPE_VENDOR= mislav_marohnic USE_RUBY= yes NO_ARCH= yes |