diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-08-28 11:02:35 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-08-28 11:02:35 +0000 |
commit | 9b41e6feae6c47ea387998fb6c91b2f8a998b621 (patch) | |
tree | a35215bf2a7ba1a8913876b701f733f4ed0675f7 | |
parent | 61450d8b72f72b2cc3fb47a2ed20911bec7544a1 (diff) | |
download | freebsd-ports-9b41e6feae6c47ea387998fb6c91b2f8a998b621.zip |
New port: www/p5-CatalystX-VirtualComponents
CatalystX::VirtualComponents
Setup virtual Catalyst components
WWW: http://search.cpan.org/dist/CatalystX-VirtualComponents/
PR: 212210
Submitted by: Danny Warren <danny@dannywarren.com>
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-CatalystX-VirtualComponents/Makefile | 26 | ||||
-rw-r--r-- | www/p5-CatalystX-VirtualComponents/distinfo | 3 | ||||
-rw-r--r-- | www/p5-CatalystX-VirtualComponents/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-CatalystX-VirtualComponents/pkg-plist | 3 |
5 files changed, 37 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 401da96048e8..2937618b0aed 100644 --- a/www/Makefile +++ b/www/Makefile @@ -805,6 +805,7 @@ SUBDIR += p5-CatalystX-REPL SUBDIR += p5-CatalystX-RoleApplicator SUBDIR += p5-CatalystX-SimpleLogin + SUBDIR += p5-CatalystX-VirtualComponents SUBDIR += p5-Class-DBI-FromForm SUBDIR += p5-ClearSilver SUBDIR += p5-Compress-LeadingBlankSpaces diff --git a/www/p5-CatalystX-VirtualComponents/Makefile b/www/p5-CatalystX-VirtualComponents/Makefile new file mode 100644 index 000000000000..63258ce86544 --- /dev/null +++ b/www/p5-CatalystX-VirtualComponents/Makefile @@ -0,0 +1,26 @@ +# Created by: Danny Warren <danny@dannywarren.com> +# $FreeBSD$ + +PORTNAME= CatalystX-VirtualComponents +PORTVERSION= 0.00004 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= danny@dannywarren.com +COMMENT= Setup virtual Catalyst components + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-namespace-clean>0:devel/p5-namespace-clean \ + p5-Catalyst-Runtime>=5.8:www/p5-Catalyst-Runtime \ + p5-Devel-InheritNamespace>0:devel/p5-Devel-InheritNamespace \ + p5-Moose>0:devel/p5-Moose \ + p5-Module-Pluggable>0:devel/p5-Module-Pluggable +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> diff --git a/www/p5-CatalystX-VirtualComponents/distinfo b/www/p5-CatalystX-VirtualComponents/distinfo new file mode 100644 index 000000000000..2e4d9b720b34 --- /dev/null +++ b/www/p5-CatalystX-VirtualComponents/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1472381797 +SHA256 (CatalystX-VirtualComponents-0.00004.tar.gz) = e494232d3a3198fd10972d5c0b22d78692c63179ce41fb3fefe5c096c96d7cb7 +SIZE (CatalystX-VirtualComponents-0.00004.tar.gz) = 17190 diff --git a/www/p5-CatalystX-VirtualComponents/pkg-descr b/www/p5-CatalystX-VirtualComponents/pkg-descr new file mode 100644 index 000000000000..1d64f9010d12 --- /dev/null +++ b/www/p5-CatalystX-VirtualComponents/pkg-descr @@ -0,0 +1,4 @@ +CatalystX::VirtualComponents +Setup virtual Catalyst components + +WWW: http://search.cpan.org/dist/CatalystX-VirtualComponents/ diff --git a/www/p5-CatalystX-VirtualComponents/pkg-plist b/www/p5-CatalystX-VirtualComponents/pkg-plist new file mode 100644 index 000000000000..82a6feca8e1c --- /dev/null +++ b/www/p5-CatalystX-VirtualComponents/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/CatalystX/VirtualComponents.pm +%%PERL5_MAN3%%/CatalystX::VirtualComponents.3.gz +@dir %%SITE_PERL%%/CatalystX |