Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2013 13:02:23 +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: r311609 - head/devel/p5-MooseX-Attribute-Chained
Message-ID:  <201302041302.r14D2NSf037745@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 # $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 <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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