aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Dir-Project/Makefile
blob: 21e95fe7ff3d55a834c2efabcd2c03b931d0c327 (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
26
# New ports collection makefile for:	p5-Dir-Project
# Date created:		2006-07-15
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	Dir-Project
PORTVERSION=	3.024
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Project Environment determination

LICENSE=	LGPL3 ART20
LICENSE_COMB=	dual

PERL_CONFIGURE=	yes
CONFIGURE_ENV+=	DIRPROJECT_PREFIX=${PREFIX}

MAN1=		project_bin.1 project_dir.1
MAN3=		Dir::Project.3

.include <bsd.port.mk>