svn commit: r412835 - head/mail/rubygem-premailer

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 9 12:31:40 UTC 2016


Author: sunpoet
Date: Sat Apr  9 12:31:38 2016
New Revision: 412835
URL: https://svnweb.freebsd.org/changeset/ports/412835

Log:
  - Add LICENSE
  - Use RUBYGEM_AUTOPLIST and PLIST_FILES instead of PLIST

Deleted:
  head/mail/rubygem-premailer/pkg-plist
Modified:
  head/mail/rubygem-premailer/Makefile

Modified: head/mail/rubygem-premailer/Makefile
==============================================================================
--- head/mail/rubygem-premailer/Makefile	Sat Apr  9 12:31:34 2016	(r412834)
+++ head/mail/rubygem-premailer/Makefile	Sat Apr  9 12:31:38 2016	(r412835)
@@ -9,11 +9,17 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Improve the rendering of HTML emails
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
 RUN_DEPENDS=	rubygem-css_parser>=1.3.6:textproc/rubygem-css_parser \
 		rubygem-htmlentities>=4.0.0:textproc/rubygem-htmlentities
 
 NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+PLIST_FILES=	bin/premailer
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list