aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-Std/Makefile
blob: da86e4d1dcb2d6d2eb2c9e26143dce5029a14c67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	p5-Config-Std
# Date created:		30 May 2006
# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Config-Std
DISTVERSIONPREFIX=	v
DISTVERSION=	0.0.4
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	cm@therek.net
COMMENT=	Load and save configuration files in a standard format

RUN_DEPENDS=	p5-Class-Std>=0:${PORTSDIR}/devel/p5-Class-Std

PERL_CONFIGURE=	YES

MAN3=		Config::Std.3

.include <bsd.port.mk>