freebsd-ports/devel/p5-Config-General/Makefile

23 lines
502 B
Makefile
Raw Normal View History

# 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.49
CATEGORIES= devel perl5
2008-03-11 15:47:01 +01:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2009-07-21 10:57:23 +02:00
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Perl5 module for handling Apache-style configuration files
PERL_CONFIGURE= YES
MAN3= Config::General::Extended.3 Config::General::Interpolated.3 \
2007-02-25 08:54:26 +01:00
Config::General.3
2007-02-25 08:54:26 +01:00
.include <bsd.port.mk>