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
|
2003-07-01 12:31:02 +02:00
|
|
|
PORTVERSION= 2.21
|
2002-08-27 16:39:58 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Config
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= sheldonh@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 \
|
|
|
|
Config::General.3
|
|
|
|
|
2003-06-18 12:46:46 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} <= 500600
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|