985e9d1d15
Packages Collection. The Perl 5 module Perl::Version provides a simple interface for parsing, manipulating and formatting Perl version strings. Unlike version.pm (which concentrates on parsing and comparing version strings) Perl::Version is designed for cases where you'd like to parse a version, modify it and get back the modified version formatted like the original.
22 lines
612 B
Makefile
22 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/03/10 21:22:59 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Perl-Version-1.009
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Perl-Version/
|
|
COMMENT= Perl 5 module to parse and manipulate Perl version strings
|
|
|
|
USE_LANGUAGES= # empty
|
|
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-File-Slurp>=9999.12:../../devel/p5-File-Slurp
|
|
|
|
PERL5_PACKLIST= auto/Perl/Version/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|