24 lines
448 B
Makefile
24 lines
448 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= premailer-rails
|
|
PORTVERSION= 1.9.7
|
|
CATEGORIES= mail rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 19
|
|
|
|
MAINTAINER= idefix@fechner.net
|
|
COMMENT= Improve the rendering of HTML emails
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-actionmailer4>=3:mail/rubygem-actionmailer4 \
|
|
rubygem-premailer>=1.7.9:mail/rubygem-premailer
|
|
|
|
PORTSCOUT= limit=^1\.9
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|