1
0
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:
Mathieu Arnold 2013-11-15 16:28:54 +00:00
parent 023e999230
commit 9e4994d09c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333885
5 changed files with 53 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (CPAN-Site-1.11.tar.gz) = 2d00aaac94d323a3041eeac691e8c6aa3140b8203afbf7b3a775c580cbe5ad7d
SIZE (CPAN-Site-1.11.tar.gz) = 71907

View 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/

View 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