freebsd-ports/mail/rubygem-qmail/Makefile
Martin Wilke 14a86a8a7a A Ruby Qmail library to insert email directly into
Qmail.

WWW: http://rubygems.org/gems/ruby-qmail

PR:		ports/154446
Submitted by:	Glen Barber <gjb at FreeBSD.org>
Feature safe:	yes
2011-02-05 11:05:12 +00:00

22 lines
428 B
Makefile

# Ports collection makefile for: rubygem-qmail
# Date created: 01 Feb 2011
# Whom: Glen Barber <gjb@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ruby-qmail
PORTVERSION= 0.1.1
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= gjb@FreeBSD.org
COMMENT= A Ruby qmail library
RUN_DEPENDS= rubygem-rspec>=1.2.9:${PORTSDIR}/devel/rubygem-rspec
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>