freebsd-ports/mail/rubygem-actionmailer/Makefile
Sunpoet Po-Chuan Hsieh 4516c28e44 - Add LICENSE_FILE
2015-11-12 21:42:13 +00:00

23 lines
513 B
Makefile

# Created by: Jonathan Weiss (<jw@innerewut.de>)
# $FreeBSD$
PORTNAME= actionmailer
PORTVERSION= 3.2.22
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Easy email delivery and testing for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \
rubygem-mail25>=2.5.4:${PORTSDIR}/mail/rubygem-mail25
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>