mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
20 lines
362 B
Makefile
20 lines
362 B
Makefile
# 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>
|