svn commit: r353420 - head/mail/p5-Mail-OpenRelay-Simple

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 9 03:51:05 UTC 2014


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 at 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 at FreeBSD.org
+MAINTAINER=	5u623l20 at 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


More information about the svn-ports-all mailing list