From 810ed40e82f0609ecbec5dedc50667749a1971a6 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 May 2014 05:26:03 +0000 Subject: [PATCH] - Add LICENSE - Pass maintainership to submitter PR: ports/189143 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> --- textproc/p5-Text-Markdown/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Text-Markdown/Makefile b/textproc/p5-Text-Markdown/Makefile index 1742cafc08eb..d21747aafd84 100644 --- a/textproc/p5-Text-Markdown/Makefile +++ b/textproc/p5-Text-Markdown/Makefile @@ -8,9 +8,11 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@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 \