diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-03 08:53:58 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-03 08:53:58 +0800 |
commit | 00a9c1b70fcb855f76b551e572a05bbff7e24a5d (patch) | |
tree | 2e2a86507d75588b6db0477ac8a971c84413f369 /devel/p5-File-Pid | |
parent | a31d407b414a6815d3f7dcda665cb5b701663f4f (diff) | |
download | freebsd-ports-graphics-00a9c1b70fcb855f76b551e572a05bbff7e24a5d.tar.gz freebsd-ports-graphics-00a9c1b70fcb855f76b551e572a05bbff7e24a5d.tar.zst freebsd-ports-graphics-00a9c1b70fcb855f76b551e572a05bbff7e24a5d.zip |
Add p5-File-Pid 1.01, pid File Manipulation.
PR: ports/102892
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'devel/p5-File-Pid')
-rw-r--r-- | devel/p5-File-Pid/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-File-Pid/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-File-Pid/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-File-Pid/pkg-plist | 6 |
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-File-Pid/Makefile b/devel/p5-File-Pid/Makefile new file mode 100644 index 00000000000..63f1180a059 --- /dev/null +++ b/devel/p5-File-Pid/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-File-Pid +# Date created: 2006-09-05 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= File-Pid +PORTVERSION= 1.01 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= File +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Pid File Manipulation + +RUN_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= File::Pid.3 + +.include <bsd.port.mk> diff --git a/devel/p5-File-Pid/distinfo b/devel/p5-File-Pid/distinfo new file mode 100644 index 00000000000..7eeb45ea802 --- /dev/null +++ b/devel/p5-File-Pid/distinfo @@ -0,0 +1,3 @@ +MD5 (File-Pid-1.01.tar.gz) = d927b40215cbfbff233d9feb53529532 +SHA256 (File-Pid-1.01.tar.gz) = bafeee8fdc96eb06306a0c58bbdb7209b6de45f850e75fdc6b16db576e05e422 +SIZE (File-Pid-1.01.tar.gz) = 3053 diff --git a/devel/p5-File-Pid/pkg-descr b/devel/p5-File-Pid/pkg-descr new file mode 100644 index 00000000000..696bdfeb456 --- /dev/null +++ b/devel/p5-File-Pid/pkg-descr @@ -0,0 +1,5 @@ +This software manages a pid file for you. It will create a pid file, +query the process within to discover if it's still running, and remove +the pid file. + +WWW: http://search.cpan.org/dist/File-Pid/ diff --git a/devel/p5-File-Pid/pkg-plist b/devel/p5-File-Pid/pkg-plist new file mode 100644 index 00000000000..2364e3610d6 --- /dev/null +++ b/devel/p5-File-Pid/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Pid/.packlist +%%SITE_PERL%%/File/Pid.pm +@dirrmtry %%SITE_PERL%%/File +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Pid +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File |