pkgsrc/devel/p5-Config-Std/Makefile
seb 7109474ec1 Initial import of p5-Config-Std version 0.0.4 into the NetBSD Packages
Collection as devel/p5-Config-Std.

The Perl 5 module Config::Std implements yet another damn
configuration-file system.  The configuration language is deliberately
simple and limited, and the module works hard to preserve as much
information (section order, comments, etc.) as possible when a
configuration file is updated
2007-07-19 23:35:04 +00:00

20 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/07/19 23:35:04 seb Exp $
#
DISTNAME= Config-Std-v0.0.4
PKGNAME= p5-Config-Std-0.0.4
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Config-Std/
COMMENT= Perl 5 module providing a simple configuration-file system
DEPENDS+= p5-Class-Std-[0-9]*:../../devel/p5-Class-Std
DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Config/Std/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"