diff options
Diffstat (limited to 'devel/p5-CPAN-Common-Index')
-rw-r--r-- | devel/p5-CPAN-Common-Index/Makefile | 28 | ||||
-rw-r--r-- | devel/p5-CPAN-Common-Index/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-CPAN-Common-Index/pkg-descr | 7 | ||||
-rw-r--r-- | devel/p5-CPAN-Common-Index/pkg-plist | 10 |
4 files changed, 48 insertions, 0 deletions
diff --git a/devel/p5-CPAN-Common-Index/Makefile b/devel/p5-CPAN-Common-Index/Makefile new file mode 100644 index 000000000000..2843b37190a9 --- /dev/null +++ b/devel/p5-CPAN-Common-Index/Makefile @@ -0,0 +1,28 @@ +PORTNAME= CPAN-Common-Index +PORTVERSION= 0.010 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:DAGOLDEN +PKGNAMEPREFIX= p5- + +MAINTAINER= root@dc365.ru +COMMENT= Common library for searching CPAN modules, authors and distributions +WWW= https://metacpan.org/dist/CPAN-Common-Index + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= p5-CPAN-DistnameInfo>=0:devel/p5-CPAN-DistnameInfo \ + p5-Class-Tiny>=0:devel/p5-Class-Tiny \ + p5-Tie-Handle-Offset>=0:textproc/p5-Tie-Handle-Offset \ + p5-URI>=0:net/p5-URI +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ + p5-Test-FailWarnings>=0:devel/p5-Test-FailWarnings \ + p5-Test-Fatal>=0:devel/p5-Test-Fatal + +USES= localbase perl5 +USE_PERL5= configure test + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/p5-CPAN-Common-Index/distinfo b/devel/p5-CPAN-Common-Index/distinfo new file mode 100644 index 000000000000..c75d8726f8e2 --- /dev/null +++ b/devel/p5-CPAN-Common-Index/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751263712 +SHA256 (CPAN-Common-Index-0.010.tar.gz) = c43ddbb22fd42b06118fe6357f53700fbd77f531ba3c427faafbf303cbf4eaf0 +SIZE (CPAN-Common-Index-0.010.tar.gz) = 1612703 diff --git a/devel/p5-CPAN-Common-Index/pkg-descr b/devel/p5-CPAN-Common-Index/pkg-descr new file mode 100644 index 000000000000..8036a2423dd2 --- /dev/null +++ b/devel/p5-CPAN-Common-Index/pkg-descr @@ -0,0 +1,7 @@ +This module provides a common library for working with a variety of CPAN +index services. It is intentionally minimalist, trying to use as few +non-core modules as possible. + +The "CPAN::Common::Index" module is an abstract base class that defines +a common API. Individual backends deliver the API for a particular +index. diff --git a/devel/p5-CPAN-Common-Index/pkg-plist b/devel/p5-CPAN-Common-Index/pkg-plist new file mode 100644 index 000000000000..ec8100679b19 --- /dev/null +++ b/devel/p5-CPAN-Common-Index/pkg-plist @@ -0,0 +1,10 @@ +%%SITE_PERL%%/CPAN/Common/Index.pm +%%SITE_PERL%%/CPAN/Common/Index/LocalPackage.pm +%%SITE_PERL%%/CPAN/Common/Index/MetaDB.pm +%%SITE_PERL%%/CPAN/Common/Index/Mirror.pm +%%SITE_PERL%%/CPAN/Common/Index/Mux/Ordered.pm +%%PERL5_MAN3%%/CPAN::Common::Index.3.gz +%%PERL5_MAN3%%/CPAN::Common::Index::LocalPackage.3.gz +%%PERL5_MAN3%%/CPAN::Common::Index::MetaDB.3.gz +%%PERL5_MAN3%%/CPAN::Common::Index::Mirror.3.gz +%%PERL5_MAN3%%/CPAN::Common::Index::Mux::Ordered.3.gz |