diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-02-04 21:02:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-02-04 21:02:23 +0800 |
commit | ee2516a085d48650d22db4e8d74ef8a2cb253235 (patch) | |
tree | 5e7e0b5ef244db7233aaec00ec6fb03fa567888c | |
parent | f11d9e2993cc8a37f393f326daa18669eda072d6 (diff) | |
download | freebsd-ports-gnome-ee2516a085d48650d22db4e8d74ef8a2cb253235.tar.gz freebsd-ports-gnome-ee2516a085d48650d22db4e8d74ef8a2cb253235.tar.zst freebsd-ports-gnome-ee2516a085d48650d22db4e8d74ef8a2cb253235.zip |
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header
-rw-r--r-- | devel/p5-MooseX-Attribute-Chained/Makefile | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/devel/p5-MooseX-Attribute-Chained/Makefile b/devel/p5-MooseX-Attribute-Chained/Makefile index 0b4eb05021ca..486c63e57ccf 100644 --- a/devel/p5-MooseX-Attribute-Chained/Makefile +++ b/devel/p5-MooseX-Attribute-Chained/Makefile @@ -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 instance to allow for chaining 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::Trait::Chained.3 \ 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> |