1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/mail/rubygem-mail/Makefile
Philip M. Gollucci 30bca1ab60 - Update to 2.4.1
PR:             ports/165016
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (freebsdports@chillibear.com ; 17 days)
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-29 22:17:27 +00:00

29 lines
670 B
Makefile

# Ports collection makefile for: rubygem-mail
# Date created: 30 Aug 2010
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= mail
PORTVERSION= 2.4.1
PORTEPOCH= 1
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= freebsdports@chillibear.com
COMMENT= A Ruby email handler
LICENSE= MIT
RUN_DEPENDS= rubygem-treetop>=1.4.8:${PORTSDIR}/devel/rubygem-treetop \
rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
rubygem-activesupport>=2.3.6:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-i18n>=0.4.0:${PORTSDIR}/devel/rubygem-i18n
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>