diff options
Diffstat (limited to 'misc/p5-File-CounterFile')
-rw-r--r-- | misc/p5-File-CounterFile/Makefile | 25 | ||||
-rw-r--r-- | misc/p5-File-CounterFile/distinfo | 1 | ||||
-rw-r--r-- | misc/p5-File-CounterFile/pkg-comment | 1 | ||||
-rw-r--r-- | misc/p5-File-CounterFile/pkg-descr | 6 | ||||
-rw-r--r-- | misc/p5-File-CounterFile/pkg-plist | 6 |
5 files changed, 39 insertions, 0 deletions
diff --git a/misc/p5-File-CounterFile/Makefile b/misc/p5-File-CounterFile/Makefile new file mode 100644 index 000000000000..800ba992ba72 --- /dev/null +++ b/misc/p5-File-CounterFile/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-File-CounterFile +# Date created: Jan 28 2000 +# Whom: Wei-chun Chao +# +# $FreeBSD$ +# + +PORTNAME= File-CounterFile +PORTVERSION= 0.12 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= File +PKGNAMEPREFIX= p5- + +MAINTAINER= wchao@isi.edu + +USE_PERL5= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= File::CounterFile.3 + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> diff --git a/misc/p5-File-CounterFile/distinfo b/misc/p5-File-CounterFile/distinfo new file mode 100644 index 000000000000..c7586a49f2fa --- /dev/null +++ b/misc/p5-File-CounterFile/distinfo @@ -0,0 +1 @@ +MD5 (File-CounterFile-0.12.tar.gz) = 3102c3a464278b42ccd5a2eca250cabc diff --git a/misc/p5-File-CounterFile/pkg-comment b/misc/p5-File-CounterFile/pkg-comment new file mode 100644 index 000000000000..6b0b03feb861 --- /dev/null +++ b/misc/p5-File-CounterFile/pkg-comment @@ -0,0 +1 @@ +Perl module for persistent counter class diff --git a/misc/p5-File-CounterFile/pkg-descr b/misc/p5-File-CounterFile/pkg-descr new file mode 100644 index 000000000000..66b0967b252e --- /dev/null +++ b/misc/p5-File-CounterFile/pkg-descr @@ -0,0 +1,6 @@ +This Perl module implements a persistent counter class. Each counter is +represented by a separate file in the file system. File locking is applied, +so multiple processes might try to access the same counters at the same +time without risk fo counter destruction. + +WWW: http://www.cpan.org/ diff --git a/misc/p5-File-CounterFile/pkg-plist b/misc/p5-File-CounterFile/pkg-plist new file mode 100644 index 000000000000..793ad04e705c --- /dev/null +++ b/misc/p5-File-CounterFile/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/File/CounterFile.pm +lib/perl5/site_perl/%%PERL_VER%%/File/Listing.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/CounterFile/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/CounterFile +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File +@dirrm lib/perl5/site_perl/%%PERL_VER%%/File |