blob: ed787288c28ee21f44a4542e5517ef6a2f9cb49b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|