836db802fd
* fixed rt.cpan.org 63487 documentation error. * fixed rt.cpan.org 61302, now croak if the config file parameter is a directory and directory include is not turned on. * fixed rt.cpan.org 60429 META.yml typo * added new option -AllowSingleQuoteInterpolation, which turns on interpolation for variables inside single quotes. * added test case for the new option
20 lines
539 B
Makefile
20 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.22 2011/08/10 08:26:25 adam Exp $
|
|
|
|
DISTNAME= Config-General-2.50
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5cfg
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
|
|
|
|
MAINTAINER= sketch@NetBSD.org
|
|
HOMEPAGE= http://www.daemon.de/ConfigGeneral
|
|
COMMENT= Perl Generic Config module
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Config/General/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|