pkgsrc/devel/p5-Module-Versions/Makefile
seb 14d8f52d27 Initial import of p5-Module-Versions version 0.02 in the NetBSD
Packages Collection.

The Perl 5 module Module::Versions handles versions of loaded modules
with a flexible result interface. The main goal is to get as much
version informations as possible about a module or module list with
a simple call interface and an absolutely flexible result interface.
Module::Versions handles *loaded* and *loadable* modules.
2010-07-04 16:01:55 +00:00

21 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/07/04 16:01:55 seb Exp $
#
DISTNAME= Module-Versions-0.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Module-Versions/
COMMENT= Perl 5 module to handle versions of loaded modules
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Module/Versions/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"