1999-11-26 21:11:31 +01:00
|
|
|
# New ports collection makefile for: p5-AppConfig
|
|
|
|
# Date created: 23 October 1999
|
|
|
|
# Whom: Igor Vinokurov <igor@zynaps.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= AppConfig
|
2007-07-27 16:21:41 +02:00
|
|
|
PORTVERSION= 1.66
|
1999-11-26 21:11:31 +01:00
|
|
|
CATEGORIES= devel perl5
|
2006-09-05 09:09:51 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-04-11 23:30:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1999-11-26 21:11:31 +01:00
|
|
|
|
2004-06-01 14:32:33 +02:00
|
|
|
MAINTAINER= lth@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= A Perl module for reading configuration files
|
1999-11-26 21:11:31 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
1999-11-26 21:11:31 +01:00
|
|
|
|
|
|
|
MAN3= AppConfig.3 \
|
2003-06-17 20:01:00 +02:00
|
|
|
AppConfig::Args.3 \
|
|
|
|
AppConfig::CGI.3 \
|
1999-11-26 21:11:31 +01:00
|
|
|
AppConfig::File.3 \
|
|
|
|
AppConfig::Getopt.3 \
|
2003-06-17 20:01:00 +02:00
|
|
|
AppConfig::State.3 \
|
|
|
|
AppConfig::Sys.3
|
|
|
|
|
1999-11-26 21:11:31 +01:00
|
|
|
.include <bsd.port.mk>
|