2002-08-27 16:39:58 +02:00
|
|
|
# New ports collection makefile for: p5-Config-General
|
|
|
|
# Date created: August 27 2002
|
|
|
|
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Config-General
|
2010-06-25 09:57:29 +02:00
|
|
|
PORTVERSION= 2.49
|
2002-08-27 16:39:58 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-03-11 15:47:01 +01:00
|
|
|
MASTER_SITES= CPAN
|
2002-08-27 16:39:58 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-07-21 10:57:23 +02:00
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl5 module for handling Apache-style configuration files
|
2002-08-27 16:39:58 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= Config::General::Extended.3 Config::General::Interpolated.3 \
|
2007-02-25 08:54:26 +01:00
|
|
|
Config::General.3
|
2002-08-27 16:39:58 +02:00
|
|
|
|
2007-02-25 08:54:26 +01:00
|
|
|
.include <bsd.port.mk>
|