svn commit: r420063 - head/mail/pear-Mail

Renato Botelho garga at FreeBSD.org
Thu Aug 11 11:51:00 UTC 2016


Author: garga
Date: Thu Aug 11 11:50:59 2016
New Revision: 420063
URL: https://svnweb.freebsd.org/changeset/ports/420063

Log:
  - Define LICENSE
  - Take maintainership

Modified:
  head/mail/pear-Mail/Makefile

Modified: head/mail/pear-Mail/Makefile
==============================================================================
--- head/mail/pear-Mail/Makefile	Thu Aug 11 11:16:17 2016	(r420062)
+++ head/mail/pear-Mail/Makefile	Thu Aug 11 11:50:59 2016	(r420063)
@@ -6,9 +6,11 @@ DISTVERSION=	1.3.0
 PORTEPOCH=	1
 CATEGORIES=	mail www pear
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	garga at FreeBSD.org
 COMMENT=	PEAR class that provides multiple interfaces for sending emails
 
+LICENSE=	BSD3CLAUSE
+
 OPTIONS_DEFINE=	PEAR_NET_SMTP
 PEAR_NET_SMTP_DESC=	PEAR::Net_SMTP support
 


More information about the svn-ports-all mailing list