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
|
2006-01-12 12:21:38 +01:00
|
|
|
PORTVERSION= 2.31
|
2002-08-27 16:39:58 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Config
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-05-25 12:07:21 +02:00
|
|
|
MAINTAINER= perl@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
|
|
|
|
2005-06-11 18:13:12 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2002-08-27 16:39:58 +02:00
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= Config::General::Extended.3 Config::General::Interpolated.3 \
|
2005-09-16 11:21:21 +02:00
|
|
|
Config::General.3 Config::Extended.3
|
2002-08-27 16:39:58 +02:00
|
|
|
|
2003-06-18 12:46:46 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-01-12 12:21:38 +01:00
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
|
|
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
2003-06-18 12:46:46 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|