aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-Properties/Makefile
blob: d992b98001036f68757662b96980bda6932604fa (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:   Config-Properties
# Date created:           28 December 2006
# Whom:                   Craig Manley
#
# $FreeBSD$
#

PORTNAME=	Config-Properties
PORTVERSION=	1.68
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	cmanley@xs4all.nl
COMMENT=	Read and write property files

USE_PERL5=	5.6.0+
PERL_CONFIGURE=	yes

MAN3=	Config::Properties.3

.include <bsd.port.mk>