forked from Lainports/opnsense-ports
19 lines
385 B
Makefile
19 lines
385 B
Makefile
PORTNAME= mailfactory
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= mail rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple to use module for generating RGC compliant MIME mail
|
|
WWW= https://github.com/tmm1/mailfactory
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= rubygem-mime-types>=1.13.1:misc/rubygem-mime-types
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|