Added PAR-0.89.
PAR is a toolkit to create and use perl scripts and modules stored inside compressed .par files, similar to what .jar is to Java.
This commit is contained in:
parent
440ec0e316
commit
5f1572f6ef
4 changed files with 38 additions and 0 deletions
2
devel/p5-PAR/DESCR
Normal file
2
devel/p5-PAR/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
PAR is a toolkit to create and use perl scripts and modules stored
|
||||
inside compressed .par files, similar to what .jar is to Java.
|
30
devel/p5-PAR/Makefile
Normal file
30
devel/p5-PAR/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/08/01 17:58:38 rillig Exp $
|
||||
#
|
||||
|
||||
DISTNAME= PAR-0.89
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/
|
||||
|
||||
MAINTAINER= rillig@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/
|
||||
COMMENT= Cross-Platform Packaging and Debugging Tool
|
||||
|
||||
PERL5_DEPENDS+= archivers,p5-Archive-Zip,1
|
||||
PERL5_DEPENDS+= devel,p5-Module-ScanDeps,0.45
|
||||
PERL5_DEPENDS+= devel,p5-PAR-Dist,0.06
|
||||
PERL5_DEPENDS+= security,p5-Module-Signature,0.35
|
||||
|
||||
PERL5_PACKLIST= auto/PAR/.packlist
|
||||
|
||||
.for dep in ${PERL5_DEPENDS}
|
||||
.for cat in ${dep:C/^(.*),(.*),(.*)$/\1/}
|
||||
.for pkg in ${dep:C/^(.*),(.*),(.*)$/\2/}
|
||||
.for ver in ${dep:C/^(.*),(.*),(.*)$/\3/}
|
||||
DEPENDS+= ${pkg}>=${ver}:../../${cat}/${pkg}
|
||||
.endfor
|
||||
.endfor
|
||||
.endfor
|
||||
.endfor
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
devel/p5-PAR/PLIST
Normal file
1
devel/p5-PAR/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/01 17:58:38 rillig Exp $
|
5
devel/p5-PAR/distinfo
Normal file
5
devel/p5-PAR/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/08/01 17:58:38 rillig Exp $
|
||||
|
||||
SHA1 (PAR-0.89.tar.gz) = 36f7db8108462830559f67d6f27db0237b0605ac
|
||||
RMD160 (PAR-0.89.tar.gz) = e45922ddbed0174d36cedab37239896287668742
|
||||
Size (PAR-0.89.tar.gz) = 184311 bytes
|
Loading…
Reference in a new issue