From owner-svn-ports-head@FreeBSD.ORG Mon Feb 4 13:02:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 12527C94; Mon, 4 Feb 2013 13:02:24 +0000 (UTC) (envelope-from sunpoet@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 04FE81A81; Mon, 4 Feb 2013 13:02:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r14D2N8X037746; Mon, 4 Feb 2013 13:02:23 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r14D2NSf037745; Mon, 4 Feb 2013 13:02:23 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201302041302.r14D2NSf037745@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Feb 2013 13:02:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311609 - head/devel/p5-MooseX-Attribute-Chained X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 13:02:24 -0000 Author: sunpoet Date: Mon Feb 4 13:02:23 2013 New Revision: 311609 URL: http://svnweb.freebsd.org/changeset/ports/311609 Log: - Remove outdated PERL_LEVEL check - Cleanup Makefile header Modified: head/devel/p5-MooseX-Attribute-Chained/Makefile (contents, props changed) Modified: head/devel/p5-MooseX-Attribute-Chained/Makefile ============================================================================== --- head/devel/p5-MooseX-Attribute-Chained/Makefile Mon Feb 4 12:45:22 2013 (r311608) +++ head/devel/p5-MooseX-Attribute-Chained/Makefile Mon Feb 4 13:02:23 2013 (r311609) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MooseX-Attribute-Chained -# Date created: 2012-01-24 -# Whom: Sunpoet Po-Chuan Hsieh -# +# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -# PORTNAME= MooseX-Attribute-Chained PORTVERSION= 1.0.1 @@ -16,8 +12,7 @@ COMMENT= Attribute that returns the inst BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny -RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes @@ -28,10 +23,4 @@ MAN3= Moose::Meta::Attribute::Custom::T MooseX::ChainedAccessors::Accessor.3 \ MooseX::Traits::Attribute::Chained.3 -.include - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include