diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-10-07 17:27:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-10-07 17:27:05 +0000 |
commit | 4cb64f8c7a93089b8b6307d4496f412c801e98e4 (patch) | |
tree | bfa12a0623024bf7839e2800c9d1f1e9efae772f /devel/p5-Test-Spec/Makefile | |
parent | 294b310ab4321abd0f20d90f379dc3b694af1726 (diff) | |
download | ports-4cb64f8c7a93089b8b6307d4496f412c801e98e4.tar.gz ports-4cb64f8c7a93089b8b6307d4496f412c801e98e4.zip |
Notes
Diffstat (limited to 'devel/p5-Test-Spec/Makefile')
-rw-r--r-- | devel/p5-Test-Spec/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/devel/p5-Test-Spec/Makefile b/devel/p5-Test-Spec/Makefile index 090a2465360e..0677dae30d06 100644 --- a/devel/p5-Test-Spec/Makefile +++ b/devel/p5-Test-Spec/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Test-Spec -# Date created: 2011-09-10 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Test-Spec -PORTVERSION= 0.45 +PORTVERSION= 0.46 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,10 +17,7 @@ BUILD_DEPENDS= p5-Package-Stash>=0.23:${PORTSDIR}/devel/p5-Package-Stash \ p5-Test-Deep>=0.103:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Trap>=0:${PORTSDIR}/devel/p5-Test-Trap \ p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash -RUN_DEPENDS= p5-Package-Stash>=0.23:${PORTSDIR}/devel/p5-Package-Stash \ - p5-Test-Deep>=0.103:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Test-Trap>=0:${PORTSDIR}/devel/p5-Test-Trap \ - p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |