svn commit: r352724 - head/textproc/p5-Text-Markdown

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 1 05:26:04 UTC 2014


Author: sunpoet
Date: Thu May  1 05:26:03 2014
New Revision: 352724
URL: http://svnweb.freebsd.org/changeset/ports/352724
QAT: https://qat.redports.org/buildarchive/r352724/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  
  PR:		ports/189143
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/textproc/p5-Text-Markdown/Makefile

Modified: head/textproc/p5-Text-Markdown/Makefile
==============================================================================
--- head/textproc/p5-Text-Markdown/Makefile	Thu May  1 05:25:58 2014	(r352723)
+++ head/textproc/p5-Text-Markdown/Makefile	Thu May  1 05:26:03 2014	(r352724)
@@ -8,9 +8,11 @@ CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Markdown Perl5 module
 
+LICENSE=	BSD3CLAUSE
+
 BUILD_DEPENDS=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \


More information about the svn-ports-all mailing list