summaryrefslogtreecommitdiff
path: root/devel/p5-Cdk/Makefile
blob: e24d96c5758c93ae054a8da9f547116efdc7004a (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-Cdk
# Date created:				May 27th 2001
# Whom:	      				Chia-liang Kao <clkao@clkao.org>
#
# $FreeBSD$
#

PORTNAME=	Cdk
PORTVERSION=	4.9.6
CATEGORIES=	devel perl5
MASTER_SITES=	http://www.vexus.ca/release/
PKGNAMEPREFIX=	p5-
DISTNAME=	cdkperl

MAINTAINER=	clkao@clkao.org

LIB_DEPENDS=	cdk.1:${PORTSDIR}/devel/cdk

WRKSRC=		${WRKDIR}/Cdk
PERL_CONFIGURE=	yes

.include <bsd.port.mk>