freebsd-ports/mail/rubygem-actionmailer4/Makefile

25 lines
568 B
Makefile
Raw Normal View History

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= actionmailer
PORTVERSION= 4.1.6
PORTREVISION= 2
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
MAINTAINER= ruby@FreeBSD.org
COMMENT= Easy email delivery and testing for Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack4 \
rubygem-actionview>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-actionview \
rubygem-mail>=2.6.1:${PORTSDIR}/mail/rubygem-mail
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>