diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-12 21:42:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-12 21:42:13 +0000 |
commit | 4516c28e445a426afc6bfb351d7d5a0e044c5da3 (patch) | |
tree | 1149ad49ff71a9b3b7fc717a2b4225075f512b7b | |
parent | - Add NO_ARCH (diff) |
- Add LICENSE_FILE
Notes
Notes:
svn path=/head/; revision=401436
-rw-r--r-- | mail/rubygem-actionmailer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/rubygem-actionmailer/Makefile b/mail/rubygem-actionmailer/Makefile index 7750da22f157..99cc77bb978b 100644 --- a/mail/rubygem-actionmailer/Makefile +++ b/mail/rubygem-actionmailer/Makefile @@ -10,12 +10,12 @@ 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 |