7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
21 lines
695 B
Makefile
21 lines
695 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/08/06 06:19:12 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= PAR-0.89
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
DEPENDS+= p5-Archive-Zip>=1:../../archivers/p5-Archive-Zip
|
|
DEPENDS+= p5-Module-ScanDeps>=0.45:../../devel/p5-Module-ScanDeps
|
|
DEPENDS+= p5-PAR-Dist>=0.06:../../devel/p5-PAR-Dist
|
|
DEPENDS+= p5-Module-Signature>=0.35:../../security/p5-Module-Signature
|
|
|
|
PERL5_PACKLIST= auto/PAR/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|