1999-11-26 20:11:31 +00:00
|
|
|
# New ports collection makefile for: p5-AppConfig
|
|
|
|
# Date created: 23 October 1999
|
|
|
|
# Whom: Igor Vinokurov <igor@zynaps.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= AppConfig
|
2003-06-17 18:01:00 +00:00
|
|
|
PORTVERSION= 1.55
|
1999-11-26 20:11:31 +00:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= App/ABW
|
2000-04-11 21:30:15 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
1999-11-26 20:11:31 +00:00
|
|
|
|
2003-06-17 17:58:16 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 11:23:04 +00:00
|
|
|
COMMENT= A Perl module for reading configuration files
|
1999-11-26 20:11:31 +00:00
|
|
|
|
2001-03-01 06:39:18 +00:00
|
|
|
PERL_CONFIGURE= YES
|
1999-11-26 20:11:31 +00:00
|
|
|
|
|
|
|
MAN3= AppConfig.3 \
|
2003-06-17 18:01:00 +00:00
|
|
|
AppConfig::Args.3 \
|
|
|
|
AppConfig::CGI.3 \
|
1999-11-26 20:11:31 +00:00
|
|
|
AppConfig::File.3 \
|
|
|
|
AppConfig::Getopt.3 \
|
2003-06-17 18:01:00 +00:00
|
|
|
AppConfig::State.3 \
|
|
|
|
AppConfig::Sys.3
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${PERL} -pi -e '$$_="" if /use warnings/;' \
|
|
|
|
${WRKSRC}/t/*.t
|
1999-11-26 20:11:31 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|