mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
c5f3a405d4
This module uses the backend of CPANPLUS to run tests on modules recently uploaded to CPAN and post results to the CPAN Testers list. It will create a database file in the .cpanplus directory, which it uses to track tested distributions. This information will be used to keep from posting multiple reports for the same module, and to keep from testing modules that use non-passing modules as prerequisites. If it is given multiple versions of the same distribution to test, it will test the most recent version only. If that version fails, then it will test a previous version. By default it uses CPANPLUS configuration settings.
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# New ports collection makefile for: devel/p5-CPAN-YACSmoke
|
|
# Date created: 3 March 2005
|
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CPAN-YACSmoke
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/R/RR/RRWO
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
COMMENT= Yet Another CPAN Smoke Tester
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/CPANPLUS.pm:${PORTSDIR}/devel/p5-CPANPLUS \
|
|
${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \
|
|
${SITE_PERL}/Test/Reporter.pm:${PORTSDIR}/devel/p5-Test-Reporter \
|
|
${SITE_PERL}/Sort/Versions.pm:${PORTSDIR}/devel/p5-Sort-Versions \
|
|
${SITE_PERL}/Regexp/Assemble.pm:${PORTSDIR}/devel/p5-Regexp-Assemble \
|
|
${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CPAN::YACSmoke.3 \
|
|
CPAN::YACSmoke::Plugin::SmokeDB.3 \
|
|
CPAN::YACSmoke::Plugin::Recent.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500601
|
|
IGNORE= "Needs perl 5.6.1 or higher, install lang/perl5 or lang/perl5.8 and try again"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|