diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-12 20:44:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-12 20:44:13 +0800 |
commit | bf1c27313946f41c4c811be821b01f89a0f0a8e9 (patch) | |
tree | a969b9d768c3afb057c70ba7634bfd9135b4d955 /misc/p5-Test-Dir | |
parent | baba4dca4609f74e6b420fbb9541b400334d2cf1 (diff) | |
download | freebsd-ports-gnome-bf1c27313946f41c4c811be821b01f89a0f0a8e9.tar.gz freebsd-ports-gnome-bf1c27313946f41c4c811be821b01f89a0f0a8e9.tar.zst freebsd-ports-gnome-bf1c27313946f41c4c811be821b01f89a0f0a8e9.zip |
Test::Dir - test directory attributes
FUNCTIONS
dir_exists_ok
Ok if the directory exists, and not ok otherwise.
dir_not_exists_ok
Ok if the directory does not exist, and not ok otherwise.
WWW: http://search.cpan.org/dist/Test-Dir/
PR: ports/118252
Submitted by: Xavier Beaudouin <kiwi at oav.net>
Diffstat (limited to 'misc/p5-Test-Dir')
-rw-r--r-- | misc/p5-Test-Dir/Makefile | 22 | ||||
-rw-r--r-- | misc/p5-Test-Dir/distinfo | 3 | ||||
-rw-r--r-- | misc/p5-Test-Dir/pkg-descr | 12 | ||||
-rw-r--r-- | misc/p5-Test-Dir/pkg-plist | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/misc/p5-Test-Dir/Makefile b/misc/p5-Test-Dir/Makefile new file mode 100644 index 000000000000..070cbed71715 --- /dev/null +++ b/misc/p5-Test-Dir/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Config::Fast +# Date created: 25 Nov 2007 +# Whom: Xavier Beaudouin <kiwi@oav.net> +# +# $FreeBSD$ +# + +PORTNAME= Test-Dir +PORTVERSION= 1.002 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Test +PKGNAMEPREFIX= p5- + +MAINTAINER= kiwi@oav.net +COMMENT= Test directory attributes + +PERL_CONFIGURE= yes + +MAN3= Test::Dir.3 + +.include <bsd.port.mk> diff --git a/misc/p5-Test-Dir/distinfo b/misc/p5-Test-Dir/distinfo new file mode 100644 index 000000000000..15543e178d0b --- /dev/null +++ b/misc/p5-Test-Dir/distinfo @@ -0,0 +1,3 @@ +MD5 (Test-Dir-1.002.tar.gz) = fd14c8610675dac65723e1f1ef2d46fa +SHA256 (Test-Dir-1.002.tar.gz) = c4a3e8397fb70da953530f780b33e757482948305a2bda0bc322de982fb33f30 +SIZE (Test-Dir-1.002.tar.gz) = 12731 diff --git a/misc/p5-Test-Dir/pkg-descr b/misc/p5-Test-Dir/pkg-descr new file mode 100644 index 000000000000..56ef66c51243 --- /dev/null +++ b/misc/p5-Test-Dir/pkg-descr @@ -0,0 +1,12 @@ +Test::Dir - test directory attributes + +FUNCTIONS +dir_exists_ok + +Ok if the directory exists, and not ok otherwise. +dir_not_exists_ok + +Ok if the directory does not exist, and not ok otherwise. + + +WWW: http://search.cpan.org/dist/Test-Dir/ diff --git a/misc/p5-Test-Dir/pkg-plist b/misc/p5-Test-Dir/pkg-plist new file mode 100644 index 000000000000..10e28dac9e88 --- /dev/null +++ b/misc/p5-Test-Dir/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Test/Dir.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dir/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dir +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/Test |