freebsd-ports/devel/p5-Config-General/Makefile
Sheldon Hearn 2f09e7f8d7 Update to 2.21:
* Fixed bug in new() when no config file is given.
2003-07-01 10:31:02 +00:00

30 lines
721 B
Makefile

# New ports collection makefile for: p5-Config-General
# Date created: August 27 2002
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Config-General
PORTVERSION= 2.21
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Config
PKGNAMEPREFIX= p5-
MAINTAINER= sheldonh@FreeBSD.org
COMMENT= Perl5 module for handling Apache-style configuration files
PERL_CONFIGURE= YES
MAN3= Config::General::Extended.3 Config::General::Interpolated.3 \
Config::General.3
.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>