mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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:
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
|
@ -1815,6 +1815,7 @@
|
||||||
SUBDIR += p5-Test-Class
|
SUBDIR += p5-Test-Class
|
||||||
SUBDIR += p5-Test-ClassAPI
|
SUBDIR += p5-Test-ClassAPI
|
||||||
SUBDIR += p5-Test-Cmd
|
SUBDIR += p5-Test-Cmd
|
||||||
|
SUBDIR += p5-Test-Compile
|
||||||
SUBDIR += p5-Test-Data
|
SUBDIR += p5-Test-Data
|
||||||
SUBDIR += p5-Test-Debugger
|
SUBDIR += p5-Test-Debugger
|
||||||
SUBDIR += p5-Test-Deep
|
SUBDIR += p5-Test-Deep
|
||||||
|
|
26
devel/p5-Test-Compile/Makefile
Normal file
26
devel/p5-Test-Compile/Makefile
Normal 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>
|
3
devel/p5-Test-Compile/distinfo
Normal file
3
devel/p5-Test-Compile/distinfo
Normal 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
|
4
devel/p5-Test-Compile/pkg-descr
Normal file
4
devel/p5-Test-Compile/pkg-descr
Normal 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/
|
3
devel/p5-Test-Compile/pkg-plist
Normal file
3
devel/p5-Test-Compile/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue