8cd7c72d81
from 0.01nb4 to 0.02. pkgsrc changes: - Choose right download location Upstream changes: 0.02 - Switched to Git and Dist::Zilla - Fixed an issue with perls installed in directories containing spaces or other special shell characters. [Spotted by Samuel Ferencik - RT #84643]
18 lines
537 B
Makefile
18 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/07/03 16:23:16 sno Exp $
|
|
|
|
DISTNAME= Probe-Perl-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWILLIAMS/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Probe-Perl/
|
|
COMMENT= Information about the currently running perl
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Probe/Perl/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|