diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-12-28 12:02:06 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-12-28 12:02:06 +0000 |
commit | 09f7781b29470dfe7f9b717dbc65abfc09c6c221 (patch) | |
tree | 5ab65613aeded3eab8d3e48e3e6c2162b50f357b /sysutils/p5-File-Which | |
parent | ba9e6920efe251f285133e2995b78049d614641a (diff) | |
download | ports-09f7781b29470dfe7f9b717dbc65abfc09c6c221.tar.gz ports-09f7781b29470dfe7f9b717dbc65abfc09c6c221.zip |
Notes
Diffstat (limited to 'sysutils/p5-File-Which')
-rw-r--r-- | sysutils/p5-File-Which/Makefile | 23 | ||||
-rw-r--r-- | sysutils/p5-File-Which/distinfo | 1 | ||||
-rw-r--r-- | sysutils/p5-File-Which/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/p5-File-Which/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/p5-File-Which/pkg-plist | 6 |
5 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/p5-File-Which/Makefile b/sysutils/p5-File-Which/Makefile new file mode 100644 index 000000000000..96cf13a67048 --- /dev/null +++ b/sysutils/p5-File-Which/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-File-Which +# Date created: 28 December 2002 +# Whom: Dmitry Sivachenko <demon@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= File-Which +PORTVERSION= 0.05 +CATEGORIES= sysutils perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= File +PKGNAMEPREFIX= p5- + +MAINTAINER= demon@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN1= pwhich.1 +MAN3= File::Which.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/sysutils/p5-File-Which/distinfo b/sysutils/p5-File-Which/distinfo new file mode 100644 index 000000000000..61988613572d --- /dev/null +++ b/sysutils/p5-File-Which/distinfo @@ -0,0 +1 @@ +MD5 (File-Which-0.05.tar.gz) = bd671a65f770fc0a124095e74c7c8013 diff --git a/sysutils/p5-File-Which/pkg-comment b/sysutils/p5-File-Which/pkg-comment new file mode 100644 index 000000000000..5827dc9bdba1 --- /dev/null +++ b/sysutils/p5-File-Which/pkg-comment @@ -0,0 +1 @@ +Portable implementation of `which' in Perl diff --git a/sysutils/p5-File-Which/pkg-descr b/sysutils/p5-File-Which/pkg-descr new file mode 100644 index 000000000000..790501d90fb0 --- /dev/null +++ b/sysutils/p5-File-Which/pkg-descr @@ -0,0 +1,5 @@ +File::Which is a portable implementation (in Perl) of `which', and can +be used to get the absolute filename of an executable program +installed somewhere in your PATH, or just check for its existence. It +includes the command-line utility `pwhich' which has the same function +as `which'. diff --git a/sysutils/p5-File-Which/pkg-plist b/sysutils/p5-File-Which/pkg-plist new file mode 100644 index 000000000000..fdcb7da0857c --- /dev/null +++ b/sysutils/p5-File-Which/pkg-plist @@ -0,0 +1,6 @@ +bin/pwhich +lib/perl5/site_perl/%%PERL_VER%%/File/Which.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Which/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Which +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File +@dirrm lib/perl5/site_perl/%%PERL_VER%%/File |