freebsd-ports/devel/p5-Config-General/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

24 lines
597 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.15
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
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Config::General::Extended.3 Config::General::Interpolated.3 \
Config::General.3
.include <bsd.port.mk>