diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-12 22:12:12 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-12 22:12:12 +0800 |
commit | 56cc85f010fd6cf2fb5b3469de14e23a8eb0e73c (patch) | |
tree | 1a49f31496f1c808202fce512b70d3d0e747aecd /devel | |
parent | 3130f45978a74ee631453a06ff8bec297bf1c3a5 (diff) | |
download | freebsd-ports-gnome-56cc85f010fd6cf2fb5b3469de14e23a8eb0e73c.tar.gz freebsd-ports-gnome-56cc85f010fd6cf2fb5b3469de14e23a8eb0e73c.tar.zst freebsd-ports-gnome-56cc85f010fd6cf2fb5b3469de14e23a8eb0e73c.zip |
add p5-Test-Simple
Basic utilities for writing tests in perl
PR: 29640
Submitted by: Shell Hung <shell@shellhung.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Test-Simple/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Test-Simple/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Test-Simple/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Test-Simple/pkg-plist | 7 |
6 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 97b8e34e63c0..b907cc698848 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -397,6 +397,7 @@ SUBDIR += p5-Term-ReadKey SUBDIR += p5-Term-Screen SUBDIR += p5-Term-Size + SUBDIR += p5-Test-Simple SUBDIR += p5-Tie-Cache SUBDIR += p5-Tie-DB_FileLock SUBDIR += p5-Tie-IxHash diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile new file mode 100644 index 000000000000..e6f88e057558 --- /dev/null +++ b/devel/p5-Test-Simple/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Test-Simple +# Date Created: 12 Aug 2001 +# Whom: Shell Hung <shell@shellhung.org> +# +# $FreeBSD$ +# + +PORTNAME= Test-Simple +PORTVERSION= 0.10 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Test +PKGNAMEPREFIX= p5- + +MAINTAINER= shell@shellhung.org + +PERL_CONFIGURE= yes + +MAN3= Test::More.3 Test::Simple.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo new file mode 100644 index 000000000000..89a3df0d9f7b --- /dev/null +++ b/devel/p5-Test-Simple/distinfo @@ -0,0 +1 @@ +MD5 (Test-Simple-0.10.tar.gz) = 1d1eadd66a58c29fcd60b9d9a100c1f0 diff --git a/devel/p5-Test-Simple/pkg-comment b/devel/p5-Test-Simple/pkg-comment new file mode 100644 index 000000000000..8ca7cd844e96 --- /dev/null +++ b/devel/p5-Test-Simple/pkg-comment @@ -0,0 +1 @@ +Basic utilities for writing tests in perl diff --git a/devel/p5-Test-Simple/pkg-descr b/devel/p5-Test-Simple/pkg-descr new file mode 100644 index 000000000000..6b74e40d7577 --- /dev/null +++ b/devel/p5-Test-Simple/pkg-descr @@ -0,0 +1,2 @@ +This is an extremely simple, extremely basic module for writing +tests suitable for CPAN modules and other pursuits. diff --git a/devel/p5-Test-Simple/pkg-plist b/devel/p5-Test-Simple/pkg-plist new file mode 100644 index 000000000000..ee4d65022324 --- /dev/null +++ b/devel/p5-Test-Simple/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/Test/More.pm +lib/perl5/site_perl/%%PERL_VER%%/Test/Simple.pm +lib/perl5/site_perl/%%PERL_VER%%/Test/Utils.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test/Simple/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test/Simple +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Test 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test 2>/dev/null || true |