84a49e3017
interfaces to various Unix configuration files. The objective is to free the system administrator from dealing with the trivial formatting details of the files, and allow him or her to concentrate on the information therein.
17 lines
505 B
Makefile
17 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 20:03:34 adrianp Exp $
|
|
|
|
DISTNAME= Unix-ConfigFile-0.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 sysutils
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unix/}
|
|
|
|
MAINTAINER= adrianp@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~ssnodgra/${DISTNAME}
|
|
COMMENT= Simple interfaces to various Unix configuration files
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Unix/ConfigFile/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|