From owner-svn-ports-all@FreeBSD.ORG Sat Jun 13 13:57:04 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F027616C; Sat, 13 Jun 2015 13:57:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEDC1A7A; Sat, 13 Jun 2015 13:57:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5DDv4nI057998; Sat, 13 Jun 2015 13:57:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5DDv4Q9057996; Sat, 13 Jun 2015 13:57:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506131357.t5DDv4Q9057996@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 13 Jun 2015 13:57:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389430 - head/mail/p5-Mail-Ezmlm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 13:57:05 -0000 Author: sunpoet Date: Sat Jun 13 13:57:03 2015 New Revision: 389430 URL: https://svnweb.freebsd.org/changeset/ports/389430 Log: - Add LICENSE - Add NO_ARCH - Cleanup pkg-descr - Add WWW - Pass maintainership to perl@ Modified: head/mail/p5-Mail-Ezmlm/Makefile head/mail/p5-Mail-Ezmlm/pkg-descr Modified: head/mail/p5-Mail-Ezmlm/Makefile ============================================================================== --- head/mail/p5-Mail-Ezmlm/Makefile Sat Jun 13 13:56:59 2015 (r389429) +++ head/mail/p5-Mail-Ezmlm/Makefile Sat Jun 13 13:57:03 2015 (r389430) @@ -9,18 +9,22 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= Ezmlm-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to allow object methods for ezmlm-idx mailing lists +LICENSE= BSD3CLAUSE GPLv2 GPLv3 +LICENSE_COMB= dual + BUILD_DEPENDS= ${EZMLM_DIR}/bin/ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx \ p5-Crypt-GPG>=0:${PORTSDIR}/security/p5-Crypt-GPG RUN_DEPENDS:= ${BUILD_DEPENDS} -EZMLM_DIR?= ${LOCALBASE} - +NO_ARCH= yes USES= perl5 USE_PERL5= configure +EZMLM_DIR?= ${LOCALBASE} + .if defined(PACKAGE_BUILDING) CONFIGURE_ENV= BSD_BATCH_INSTALL=yes .endif Modified: head/mail/p5-Mail-Ezmlm/pkg-descr ============================================================================== --- head/mail/p5-Mail-Ezmlm/pkg-descr Sat Jun 13 13:56:59 2015 (r389429) +++ head/mail/p5-Mail-Ezmlm/pkg-descr Sat Jun 13 13:57:03 2015 (r389430) @@ -1,7 +1,3 @@ -$Id: README,v 1.1 2000/01/26 06:08:13 guy Exp $ - -Ezmlm.pm - Object methods for ezmlm mailing lists. This software is beta release. As such, please treat it with the appropriate @@ -20,3 +16,5 @@ you use the full cantonical path for the Documentation is in pod format. Please run perldoc Mail::Ezmlm after you have installed it. + +WWW: http://search.cpan.org/dist/Ezmlm/