30 lines
607 B
Makefile
30 lines
607 B
Makefile
# 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= http://www.vexus.ca/products/CDK/
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= cdkperl
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl5 module for Curses Development Kit
|
|
|
|
LIB_DEPENDS= cdk.4:${PORTSDIR}/devel/cdk
|
|
|
|
WRKSRC= ${WRKDIR}/Cdk
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} >= 500800
|
|
BROKEN= "Does not compile with perl >= 5.8"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|