2008-10-09 00:54:03 +02:00
|
|
|
# Ports collection makefile for: mailfactory
|
|
|
|
# Date created: 8 Oct 2008
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mailfactory
|
|
|
|
PORTVERSION= 1.4.0
|
|
|
|
CATEGORIES= mail rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2008-10-09 00:54:03 +02:00
|
|
|
|
2010-12-07 20:19:15 +01:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2010-05-26 21:51:34 +02:00
|
|
|
COMMENT= A simple to use module for generating RGC compliant MIME mail
|
2008-10-09 00:54:03 +02:00
|
|
|
|
2010-06-06 21:25:10 +02:00
|
|
|
RUN_DEPENDS= rubygem-mime-types>=1.13.1:${PORTSDIR}/misc/rubygem-mime-types
|
2008-10-09 00:54:03 +02:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 02:22:17 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-10-09 00:54:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|