forked from Lainports/opnsense-ports
18 lines
333 B
Makefile
18 lines
333 B
Makefile
PORTNAME= ruby-qmail
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= mail rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby qmail library
|
|
WWW= https://github.com/afair/ruby-qmail
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-rspec>=1.2.9:devel/rubygem-rspec
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|