From owner-svn-ports-all@FreeBSD.ORG Sat Jun 8 06:31:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 76DF64BA; Sat, 8 Jun 2013 06:31:05 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 69A6F16F0; Sat, 8 Jun 2013 06:31:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r586V5K3035790; Sat, 8 Jun 2013 06:31:05 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r586V5Xg035789; Sat, 8 Jun 2013 06:31:05 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201306080631.r586V5Xg035789@svn.freebsd.org> From: Frederic Culot Date: Sat, 8 Jun 2013 06:31:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320236 - head/www/p5-Catalyst-Plugin-DateTime 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.14 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, 08 Jun 2013 06:31:05 -0000 Author: culot Date: Sat Jun 8 06:31:04 2013 New Revision: 320236 URL: http://svnweb.freebsd.org/changeset/ports/320236 Log: - Trim Makefile's header - Pet portlint(1) by using tabs instead of spaces - Add LICENSE (Artistic 1 & GPL 1) - Pass maintainership to perl@ PR: ports/179377 Submitted by: Mikhail T. (maintainer) Modified: head/www/p5-Catalyst-Plugin-DateTime/Makefile Modified: head/www/p5-Catalyst-Plugin-DateTime/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-DateTime/Makefile Sat Jun 8 05:58:44 2013 (r320235) +++ head/www/p5-Catalyst-Plugin-DateTime/Makefile Sat Jun 8 06:31:04 2013 (r320236) @@ -1,24 +1,25 @@ -# Ports collection makefile for: p5-Catalyst-Plugin-DateTime -# Date created: 2010-12-27 -# Whom: michael@fun-box.ru +# Created by: Mikhail T. # $FreeBSD$ -PORTNAME= Catalyst-Plugin-DateTime -PORTVERSION= 0.03 -CATEGORIES= www perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- +PORTNAME= Catalyst-Plugin-DateTime +PORTVERSION= 0.03 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- EXTRACT_SUFX= .tgz -MAINTAINER= m.tsatsenko@gmail.com -COMMENT= DateTime support for Catalyst +MAINTAINER= perl@FreeBSD.org +COMMENT= DateTime support for Catalyst -RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= YES +PERL_CONFIGURE= YES -MAN3= Catalyst::Plugin::DateTime.3 +MAN3= Catalyst::Plugin::DateTime.3 .include