Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2014 03:51:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353420 - head/mail/p5-Mail-OpenRelay-Simple
Message-ID:  <201405090351.s493p4Hw052625@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May  9 03:51:04 2014
New Revision: 353420
URL: http://svnweb.freebsd.org/changeset/ports/353420
QAT: https://qat.redports.org/buildarchive/r353420/

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

Modified:
  head/mail/p5-Mail-OpenRelay-Simple/Makefile

Modified: head/mail/p5-Mail-OpenRelay-Simple/Makefile
==============================================================================
--- head/mail/p5-Mail-OpenRelay-Simple/Makefile	Fri May  9 03:51:00 2014	(r353419)
+++ head/mail/p5-Mail-OpenRelay-Simple/Makefile	Fri May  9 03:51:04 2014	(r353420)
@@ -7,12 +7,14 @@ CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Check if a mail server runs as an open relay
 
-RUN_DEPENDS=	p5-Class-Accessor>=0.25:${PORTSDIR}/devel/p5-Class-Accessor \
+LICENSE=	ART10
+
+BUILD_DEPENDS=	p5-Class-Accessor>=0.25:${PORTSDIR}/devel/p5-Class-Accessor \
 		p5-Net-Telnet>=3.03:${PORTSDIR}/net/p5-Net-Telnet
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405090351.s493p4Hw052625>