mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add p5-CPAN-Site 1.11, extend CPAN with private packages.
PR: ports/179754 Submitted by: Anes Mukhametov <anes@anes.su>
This commit is contained in:
parent
023e999230
commit
9e4994d09c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333885
@ -1489,6 +1489,7 @@
|
||||
SUBDIR += p5-CPAN-Reporter
|
||||
SUBDIR += p5-CPAN-Reporter-Smoker
|
||||
SUBDIR += p5-CPAN-SQLite
|
||||
SUBDIR += p5-CPAN-Site
|
||||
SUBDIR += p5-CPAN-Testers-Report
|
||||
SUBDIR += p5-CPAN-Uploader
|
||||
SUBDIR += p5-CPAN-YACSmoke
|
||||
|
34
devel/p5-CPAN-Site/Makefile
Normal file
34
devel/p5-CPAN-Site/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# Created by: Anes Mukhametov <anes@anes.su>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= CPAN-Site
|
||||
PORTVERSION= 1.11
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= anes@anes.su
|
||||
COMMENT= Extend CPAN with private packages
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Archive-Tar>=1.00:${PORTSDIR}/archivers/p5-Archive-Tar \
|
||||
p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
|
||||
p5-CPAN-Checksums>=0:${PORTSDIR}/devel/p5-CPAN-Checksums \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \
|
||||
p5-Log-Report>=0.25:${PORTSDIR}/devel/p5-Log-Report \
|
||||
p5-version>=0.76:${PORTSDIR}/devel/p5-version
|
||||
RUN_DEPENDS= p5-Archive-Tar>=1.00:${PORTSDIR}/archivers/p5-Archive-Tar \
|
||||
p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
|
||||
p5-CPAN-Checksums>=0:${PORTSDIR}/devel/p5-CPAN-Checksums \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \
|
||||
p5-Log-Report>=0.25:${PORTSDIR}/devel/p5-Log-Report \
|
||||
p5-version>=0.76:${PORTSDIR}/devel/p5-version
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-CPAN-Site/distinfo
Normal file
2
devel/p5-CPAN-Site/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (CPAN-Site-1.11.tar.gz) = 2d00aaac94d323a3041eeac691e8c6aa3140b8203afbf7b3a775c580cbe5ad7d
|
||||
SIZE (CPAN-Site-1.11.tar.gz) = 71907
|
7
devel/p5-CPAN-Site/pkg-descr
Normal file
7
devel/p5-CPAN-Site/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
The cpansite script is used to create your own CPAN server.
|
||||
The logic is implemented in CPAN::Site::Index which you may
|
||||
use directly.
|
||||
|
||||
You only need to install this module on one server in your network.
|
||||
|
||||
WWW: http://search.cpan.org/dist/CPAN-Site/
|
9
devel/p5-CPAN-Site/pkg-plist
Normal file
9
devel/p5-CPAN-Site/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
bin/cpansite
|
||||
man/man1/cpansite.1.gz
|
||||
%%SITE_PERL%%/CPAN/Site.pm
|
||||
%%SITE_PERL%%/CPAN/Site/Index.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Site/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Site
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN
|
||||
@dirrm %%SITE_PERL%%/CPAN/Site
|
||||
@dirrmtry %%SITE_PERL%%/CPAN
|
Loading…
Reference in New Issue
Block a user