opnsense-ports/mail/rubygem-mailboxer/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

20 lines
419 B
Makefile

PORTNAME= mailboxer
PORTVERSION= 0.15.1
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Send messages inside a web application
WWW= https://github.com/mailboxer/mailboxer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-carrierwave>=0.5.8:www/rubygem-carrierwave \
rubygem-rails5>=5.0.0:www/rubygem-rails5
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>