aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-Record/Makefile
blob: afdad11a4a3142486c61d22b88c35b7a1a6bb8f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	p5-Config-Record
# Date created:				22 Jun 2006
# Whom:					Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Config-Record
PORTVERSION=	1.1.1
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Config
PKGNAMEPREFIX=	p5-

MAINTAINER=	aaron@FreeBSD.org
COMMENT=	Configuration file access

MAN3=	Config::Record.3

PERL_CONFIGURE=	yes

.include <bsd.port.mk>