1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Test::Compile lets you check the validity of a Perl module file or Perl script

file, and report its results in standard Test::Simple fashion.

WWW: http://search.cpan.org/dist/Test-Compile/

PR:		ports/132406
Submitted by:	Cezary Morga <cm at therek.net>
This commit is contained in:
Martin Wilke 2009-03-15 17:11:54 +00:00
parent 3080a20cfb
commit f437b4466b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230133
5 changed files with 37 additions and 0 deletions

View File

@ -1815,6 +1815,7 @@
SUBDIR += p5-Test-Class
SUBDIR += p5-Test-ClassAPI
SUBDIR += p5-Test-Cmd
SUBDIR += p5-Test-Compile
SUBDIR += p5-Test-Data
SUBDIR += p5-Test-Debugger
SUBDIR += p5-Test-Deep

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-Test-Compile
# Date created: March 8th 2009
# Whom: Cezary Morga <cm@therek.net>
#
# $FreeBSD$
#
PORTNAME= Test-Compile
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= cm@therek.net
COMMENT= Check whether Perl module files compile correctly
BUILD_DEPENDS= ${SITE_PERL}/Devel/CheckOS.pm:${PORTSDIR}/devel/p5-Devel-CheckOS \
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= Test::Compile.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Test-Compile-0.08.tar.gz) = 2e985ef4684cf4c74ae6915b4e353ee7
SHA256 (Test-Compile-0.08.tar.gz) = 3fb8e0c740eb17450fc80fb0a1bff030f39de3c72d33ea10f0325cd608bf6f0e
SIZE (Test-Compile-0.08.tar.gz) = 29642

View File

@ -0,0 +1,4 @@
Test::Compile lets you check the validity of a Perl module file or Perl script
file, and report its results in standard Test::Simple fashion.
WWW: http://search.cpan.org/dist/Test-Compile/

View File

@ -0,0 +1,3 @@
%%SITE_PERL%%/Test/Compile.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile