1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/p5-Cdk/Makefile
Pav Lucistnik 5fe4e095a8 - Does not compile on 4.X
Reported by:	krismail
2006-03-19 21:48:01 +00:00

31 lines
584 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.10
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ftp://dickey.his.com/cdk/
PKGNAMEPREFIX= p5-
DISTNAME= cdk-perl-20031210
EXTRACT_SUFX= .tgz
MAINTAINER= MrL0Lz@gmail.com
COMMENT= Perl5 module for Curses Development Kit
LIB_DEPENDS= cdk.5:${PORTSDIR}/devel/cdk
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>