diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-01-30 15:08:07 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-01-30 15:08:07 +0000 |
commit | 0362e1048fdaa17e0bc28ec9ef31ce868615b9e0 (patch) | |
tree | d7fd729a9013530ff8d66cce00e48e776bb3edb2 | |
parent | acc76dbe442be2f554595b134d78ec3ef53d4097 (diff) | |
download | ports-0362e1048fdaa17e0bc28ec9ef31ce868615b9e0.tar.gz ports-0362e1048fdaa17e0bc28ec9ef31ce868615b9e0.zip |
Notes
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Test-File-Contents/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Test-File-Contents/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Test-File-Contents/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Test-File-Contents/pkg-plist | 3 |
5 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ab76e6c41ff2..2db9fa822539 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1182,6 +1182,7 @@ SUBDIR += p5-Test-Differences SUBDIR += p5-Test-Exception SUBDIR += p5-Test-File + SUBDIR += p5-Test-File-Contents SUBDIR += p5-Test-Harness SUBDIR += p5-Test-Inline SUBDIR += p5-Test-LectroTest diff --git a/devel/p5-Test-File-Contents/Makefile b/devel/p5-Test-File-Contents/Makefile new file mode 100644 index 000000000000..b286cd8cd431 --- /dev/null +++ b/devel/p5-Test-File-Contents/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: devel/p5-Test-File-Contents +# Date created: 28 January 2006 +# Whom: Rod Taylor <ports@rbt.ca> +# +# $FreeBSD$ +# + +PORTNAME= Test-File-Contents +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Test +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@rbt.ca +COMMENT= Test routines for examining the contents of files + +PERL_BUILD_DEPENDS= Test-More:${PORTSDIR}/devel/p5-Test-Simple + +PERL_MODBUILD= yes + +MAN3= Test::File::Contents.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Test-File-Contents/distinfo b/devel/p5-Test-File-Contents/distinfo new file mode 100644 index 000000000000..5ef8fad443fd --- /dev/null +++ b/devel/p5-Test-File-Contents/distinfo @@ -0,0 +1,3 @@ +MD5 (Test-File-Contents-0.03.tar.gz) = 5e1df3fe88cd475d3933abe5eec0cd91 +SHA256 (Test-File-Contents-0.03.tar.gz) = 2f3fdaad3edd1a52d9f05f374fe355e1ba852172f79c9aa72840cc57ee97240c +SIZE (Test-File-Contents-0.03.tar.gz) = 4265 diff --git a/devel/p5-Test-File-Contents/pkg-descr b/devel/p5-Test-File-Contents/pkg-descr new file mode 100644 index 000000000000..5d43c3bd0261 --- /dev/null +++ b/devel/p5-Test-File-Contents/pkg-descr @@ -0,0 +1,4 @@ +This modules provides a collection of test utilities for file +contents. + +WWW: http://search.cpan.org/dist/Test-File-Contents/ diff --git a/devel/p5-Test-File-Contents/pkg-plist b/devel/p5-Test-File-Contents/pkg-plist new file mode 100644 index 000000000000..cb7b80263861 --- /dev/null +++ b/devel/p5-Test-File-Contents/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Test/File/Contents.pm +@dirrm %%SITE_PERL%%/Test/File +@dirrmtry %%SITE_PERL%%/Test |