diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-02-14 14:12:26 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-02-14 14:12:26 +0000 |
commit | 5dff13ce4750b2c3f6c6b84cfd78bedabc3bec1e (patch) | |
tree | be34060213a81353c51ea0b4e4e1a890af3bb1c5 | |
parent | - Update to 0.11.7.3.1 (diff) |
Add p5-Module-Refresh 0.05, refresh %INC files when updated on disk.
PR: 77491
Submitted by: aturetta@commit.it
Notes
Notes:
svn path=/head/; revision=128784
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Module-Refresh/Makefile | 28 | ||||
-rw-r--r-- | devel/p5-Module-Refresh/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Module-Refresh/pkg-descr | 8 | ||||
-rw-r--r-- | devel/p5-Module-Refresh/pkg-plist | 5 |
5 files changed, 44 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3960bcf09604..478f219c72bd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -932,6 +932,7 @@ SUBDIR += p5-Module-Load-Conditional SUBDIR += p5-Module-Pluggable SUBDIR += p5-Module-Pluggable-Ordered + SUBDIR += p5-Module-Refresh SUBDIR += p5-Module-Reload SUBDIR += p5-Module-ScanDeps SUBDIR += p5-Module-Versions-Report diff --git a/devel/p5-Module-Refresh/Makefile b/devel/p5-Module-Refresh/Makefile new file mode 100644 index 000000000000..a50f10c26c38 --- /dev/null +++ b/devel/p5-Module-Refresh/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Module-Refresh +# Date created: 13 February 2005 +# Whom: aturetta@commit.it +# +# $FreeBSD$ +# + +PORTNAME= Module-Refresh +PORTVERSION= 0.05 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Module +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@freebsd.org +COMMENT= Refresh %INC files when updated on disk + +PERL_CONFIGURE= yes + +MAN3= Module::Refresh.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= Port requires perl 5.8.x or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Module-Refresh/distinfo b/devel/p5-Module-Refresh/distinfo new file mode 100644 index 000000000000..183419a87d7b --- /dev/null +++ b/devel/p5-Module-Refresh/distinfo @@ -0,0 +1,2 @@ +MD5 (Module-Refresh-0.05.tar.gz) = f6f31b1cbc81e9ddafa69e4889744488 +SIZE (Module-Refresh-0.05.tar.gz) = 8801 diff --git a/devel/p5-Module-Refresh/pkg-descr b/devel/p5-Module-Refresh/pkg-descr new file mode 100644 index 000000000000..1423e789329f --- /dev/null +++ b/devel/p5-Module-Refresh/pkg-descr @@ -0,0 +1,8 @@ +p5-Module-Refresh +================= + +This module is a generalization of the functionality provided by +Apache::StatINC. It's designed to make it easy to do simple +iterative development when working in a persistent environment. + +WWW: http://search.cpan.org/dist/Module-Refresh/ diff --git a/devel/p5-Module-Refresh/pkg-plist b/devel/p5-Module-Refresh/pkg-plist new file mode 100644 index 000000000000..4c9f01d07e3f --- /dev/null +++ b/devel/p5-Module-Refresh/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Module/Refresh.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Refresh/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Refresh +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Module 2>/dev/null || true |