freebsd-ports/mail/rubygem-pony/Makefile
Sunpoet Po-Chuan Hsieh 030f55a293 - Update to 1.11
- Remove leading definite article from COMMENT

Changes:	https://github.com/benprew/pony/blob/master/README.md#changelog
2015-03-05 17:28:57 +00:00

20 lines
376 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= pony
PORTVERSION= 1.11
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Express way to send mail from Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-mail>=2.0:${PORTSDIR}/mail/rubygem-mail
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>