diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-07 04:09:47 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-07 04:09:47 +0000 |
commit | 5fe5e5bddc1b57ec9300ba18a4e728a06a469a9b (patch) | |
tree | 5312b5cc1a486a218d3b4033ab58ab9db6abde6c /devel/p5-Dist-Joseki | |
parent | 1cb5613b265eb9e49a9662bc1e4c48b9b4e4cef1 (diff) | |
download | ports-5fe5e5bddc1b57ec9300ba18a4e728a06a469a9b.tar.gz ports-5fe5e5bddc1b57ec9300ba18a4e728a06a469a9b.zip |
Notes
Diffstat (limited to 'devel/p5-Dist-Joseki')
-rw-r--r-- | devel/p5-Dist-Joseki/Makefile | 46 | ||||
-rw-r--r-- | devel/p5-Dist-Joseki/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Dist-Joseki/pkg-descr | 10 | ||||
-rw-r--r-- | devel/p5-Dist-Joseki/pkg-plist | 28 |
4 files changed, 86 insertions, 0 deletions
diff --git a/devel/p5-Dist-Joseki/Makefile b/devel/p5-Dist-Joseki/Makefile new file mode 100644 index 000000000000..59700cbea906 --- /dev/null +++ b/devel/p5-Dist-Joseki/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: p5-Dist-Joseki +# Date created: 2010-11-28 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Dist-Joseki +PORTVERSION= 0.20 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Tools for the prolific module author + +RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \ + p5-Class-Accessor-Complex>=0:${PORTSDIR}/devel/p5-Class-Accessor-Complex \ + p5-Data-Rmap>=0:${PORTSDIR}/devel/p5-Data-Rmap \ + p5-Error>=0:${PORTSDIR}/lang/p5-Error \ + p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-Getopt-Attribute>=0:${PORTSDIR}/devel/p5-Getopt-Attribute \ + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML + +PERL_CONFIGURE= yes + +MAN1= distfind.1 +MAN3= Dist::Joseki.3 \ + Dist::Joseki::Base.3 \ + Dist::Joseki::Cmd.3 \ + Dist::Joseki::Cmd::Command.3 \ + Dist::Joseki::Cmd::Multiplexable.3 \ + Dist::Joseki::Command::clean.3 \ + Dist::Joseki::Command::install.3 \ + Dist::Joseki::Command::manifest.3 \ + Dist::Joseki::Command::props.3 \ + Dist::Joseki::Command::test.3 \ + Dist::Joseki::Command::version.3 \ + Dist::Joseki::DistType.3 \ + Dist::Joseki::DistType::Base.3 \ + Dist::Joseki::DistType::MakeMaker.3 \ + Dist::Joseki::DistType::ModuleBuild.3 \ + Dist::Joseki::Find.3 \ + Dist::Joseki::Version.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Dist-Joseki/distinfo b/devel/p5-Dist-Joseki/distinfo new file mode 100644 index 000000000000..8466b1fa25b0 --- /dev/null +++ b/devel/p5-Dist-Joseki/distinfo @@ -0,0 +1,2 @@ +SHA256 (Dist-Joseki-0.20.tar.gz) = cd59f2639e184f1c23f6358dc0cf8006ea0b720b9320eecd6d2cbf99ee3518a2 +SIZE (Dist-Joseki-0.20.tar.gz) = 45390 diff --git a/devel/p5-Dist-Joseki/pkg-descr b/devel/p5-Dist-Joseki/pkg-descr new file mode 100644 index 000000000000..2e74a3e0e016 --- /dev/null +++ b/devel/p5-Dist-Joseki/pkg-descr @@ -0,0 +1,10 @@ +"Joseki" is a japanese term from the game Go and means "a formulaic +sequence of moves which is established for giving equal outcomes to +both players", but it has come into general use to describe any fixed +form of behaviour. + +Dist::Joseki offers you tools that help you in developing Perl module +distributions if you stick to a certain formulaic style of +structuring your distributions. + +WWW: http://search.cpan.org/dist/Dist-Joseki/ diff --git a/devel/p5-Dist-Joseki/pkg-plist b/devel/p5-Dist-Joseki/pkg-plist new file mode 100644 index 000000000000..caa4211532e7 --- /dev/null +++ b/devel/p5-Dist-Joseki/pkg-plist @@ -0,0 +1,28 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dist/Joseki/.packlist +%%SITE_PERL%%/Dist/Joseki.pm +%%SITE_PERL%%/Dist/Joseki/Base.pm +%%SITE_PERL%%/Dist/Joseki/Cmd.pm +%%SITE_PERL%%/Dist/Joseki/Cmd/Command.pm +%%SITE_PERL%%/Dist/Joseki/Cmd/Multiplexable.pm +%%SITE_PERL%%/Dist/Joseki/Command/clean.pm +%%SITE_PERL%%/Dist/Joseki/Command/install.pm +%%SITE_PERL%%/Dist/Joseki/Command/manifest.pm +%%SITE_PERL%%/Dist/Joseki/Command/props.pm +%%SITE_PERL%%/Dist/Joseki/Command/test.pm +%%SITE_PERL%%/Dist/Joseki/Command/version.pm +%%SITE_PERL%%/Dist/Joseki/DistType.pm +%%SITE_PERL%%/Dist/Joseki/DistType/Base.pm +%%SITE_PERL%%/Dist/Joseki/DistType/MakeMaker.pm +%%SITE_PERL%%/Dist/Joseki/DistType/ModuleBuild.pm +%%SITE_PERL%%/Dist/Joseki/Find.pm +%%SITE_PERL%%/Dist/Joseki/Version.pm +bin/dist +bin/distfind +@dirrmtry %%SITE_PERL%%/Dist/Joseki/DistType +@dirrmtry %%SITE_PERL%%/Dist/Joseki/Command +@dirrmtry %%SITE_PERL%%/Dist/Joseki/Cmd +@dirrmtry %%SITE_PERL%%/Dist/Joseki +@dirrmtry %%SITE_PERL%%/Dist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dist/Joseki +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dist |