blob: 707c854ecb35f98520a002442b6f1f48cfebaec5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: 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
NO_STAGE= yes
.include <bsd.port.mk>
|