2001-01-04 00:45:02 +01:00
|
|
|
# New ports collection makefile for: Unix-ConfigFile
|
|
|
|
# Date created: Wed Jan 3 09:43:27 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Unix-ConfigFile
|
|
|
|
PORTVERSION= 0.06
|
|
|
|
CATEGORIES= sysutils perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-01-04 00:45:02 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Perl modules that provides a simple interface to reading /etc files
|
2001-01-04 00:45:02 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Unix::GroupFile.3 Unix::AliasFile.3 \
|
2004-12-29 17:24:43 +01:00
|
|
|
Unix::ConfigFile.3 \
|
2001-01-04 00:45:02 +01:00
|
|
|
Unix::PasswdFile.3 Unix::AutomountFile.3
|
|
|
|
|
2007-04-06 08:48:45 +02:00
|
|
|
.include <bsd.port.mk>
|