mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Update to 0.14
- Add LICENSE - Remove outdated PERL_LEVEL check - Cleanup Makefile header Changes: http://search.cpan.org/dist/Test-DependentModules/Changes
This commit is contained in:
parent
7a38fc5fab
commit
456a2dec01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314576
@ -1,12 +1,8 @@
|
||||
# New ports collection makefile for: p5-Test-DependentModules
|
||||
# Date created: 2012-01-06
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-DependentModules
|
||||
PORTVERSION= 0.13
|
||||
PORTVERSION= 0.14
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,6 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Test all modules which depend on your module
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \
|
||||
p5-File-chdir>=0:${PORTSDIR}/devel/p5-File-chdir \
|
||||
p5-Parallel-ForkManager>=0.7.6:${PORTSDIR}/devel/p5-Parallel-ForkManager \
|
||||
@ -29,10 +27,4 @@ PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::DependentModules.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>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Test-DependentModules-0.13.tar.gz) = b4aa8f7ddbb7cdc54a8aecfd0bae2ebce6c2894b289f0575b5916aaba815f7ca
|
||||
SIZE (Test-DependentModules-0.13.tar.gz) = 14250
|
||||
SHA256 (Test-DependentModules-0.14.tar.gz) = f91f9952ccae3dab611a2f604ec19d0a3aebfe36ccfd2e8eeed7984ca68d9897
|
||||
SIZE (Test-DependentModules-0.14.tar.gz) = 14597
|
||||
|
Loading…
Reference in New Issue
Block a user