diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-05-07 20:26:40 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-05-07 20:26:40 +0000 |
commit | 6c5d36b44a325f09b5b08b81d51408a2ada5f073 (patch) | |
tree | b42799c463847a9002b4562b1c1e6d0652df5d24 | |
parent | Update to 1.2 (diff) |
Add p5-Catalyst-Plugin-Prototype 0.01, Ccatalyst plugin for Prototype.
Notes
Notes:
svn path=/head/; revision=134803
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Prototype/Makefile | 32 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Prototype/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Prototype/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Prototype/pkg-plist | 9 |
5 files changed, 47 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2b6fb567f125..3f7df2557252 100644 --- a/www/Makefile +++ b/www/Makefile @@ -455,6 +455,7 @@ SUBDIR += p5-Catalyst SUBDIR += p5-Catalyst-Model-CDBI SUBDIR += p5-Catalyst-Plugin-FormValidator + SUBDIR += p5-Catalyst-Plugin-Prototype SUBDIR += p5-Catalyst-Plugin-Textile SUBDIR += p5-Catalyst-View-TT SUBDIR += p5-Compress-LeadingBlankSpaces diff --git a/www/p5-Catalyst-Plugin-Prototype/Makefile b/www/p5-Catalyst-Plugin-Prototype/Makefile new file mode 100644 index 000000000000..dd85828baed8 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Prototype/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: www/p5-Catalyst-Plugin-Prototype +# Date created: 07 May 2005 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Catalyst-Plugin-Prototype +PORTVERSION= 0.01 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/S/SR/SRI +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Catalyst plugin for Prototype + +BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst \ + ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + ${SITE_PERL}/HTML/Prototype.pm:${PORTSDIR}/www/p5-HTML-Prototype +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Catalyst::Helper::Prototype.3 \ + Catalyst::Plugin::Prototype.3 + +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} <= 500503 +IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again +.endif +.include <bsd.port.post.mk> diff --git a/www/p5-Catalyst-Plugin-Prototype/distinfo b/www/p5-Catalyst-Plugin-Prototype/distinfo new file mode 100644 index 000000000000..6c8431d095e1 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Prototype/distinfo @@ -0,0 +1,2 @@ +MD5 (Catalyst-Plugin-Prototype-0.01.tar.gz) = 63f3af731a430bf3f2f523cceacd05f3 +SIZE (Catalyst-Plugin-Prototype-0.01.tar.gz) = 2046 diff --git a/www/p5-Catalyst-Plugin-Prototype/pkg-descr b/www/p5-Catalyst-Plugin-Prototype/pkg-descr new file mode 100644 index 000000000000..0612877680be --- /dev/null +++ b/www/p5-Catalyst-Plugin-Prototype/pkg-descr @@ -0,0 +1,3 @@ +A Catalyst plugin for Prototype. + +WWW: http://search.cpan.org/dist/Catalyst-Plugin-Prototype diff --git a/www/p5-Catalyst-Plugin-Prototype/pkg-plist b/www/p5-Catalyst-Plugin-Prototype/pkg-plist new file mode 100644 index 000000000000..5b191b8d036f --- /dev/null +++ b/www/p5-Catalyst-Plugin-Prototype/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Catalyst/Helper/Prototype.pm +%%SITE_PERL%%/Catalyst/Plugin/Prototype.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Prototype/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Prototype +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Helper 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Catalyst 2>/dev/null || true |