aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-Attribute-Chained
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-02-04 13:02:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-02-04 13:02:23 +0000
commitcdda6f701405d17a89d96494a9bb3fcee3a43629 (patch)
tree5e7e0b5ef244db7233aaec00ec6fb03fa567888c /devel/p5-MooseX-Attribute-Chained
parente10626bad55a92d9ba4a0a0c75a7cd243981508a (diff)
downloadports-cdda6f701405d17a89d96494a9bb3fcee3a43629.tar.gz
ports-cdda6f701405d17a89d96494a9bb3fcee3a43629.zip
Notes
Diffstat (limited to 'devel/p5-MooseX-Attribute-Chained')
-rw-r--r--devel/p5-MooseX-Attribute-Chained/Makefile17
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>