diff options
Diffstat (limited to 'devel/rubygem-activejob-gitlab/Makefile')
-rw-r--r-- | devel/rubygem-activejob-gitlab/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/rubygem-activejob-gitlab/Makefile b/devel/rubygem-activejob-gitlab/Makefile new file mode 100644 index 000000000000..e7d9e5c7550f --- /dev/null +++ b/devel/rubygem-activejob-gitlab/Makefile @@ -0,0 +1,28 @@ +PORTNAME= activejob +PORTVERSION= ${RAILS_VERSION} +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Declare job classes that can be run by a variety of queuing backends +WWW= https://github.com/rails/rails/tree/main/activejob \ + https://rubyonrails.org/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-activesupport-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport-gitlab \ + rubygem-globalid-rails-gitlab>=0.3.6:databases/rubygem-globalid-rails-gitlab + +USES= cpe gem + +NO_ARCH= yes + +CPE_VENDOR= rubyonrails +CPE_PRODUCT= active_job + +PORTSCOUT= limit:^7\.1\. + +.include "${.CURDIR}/../../www/gitlab/Makefile.common" +.include <bsd.port.mk> |