freebsd-ports/devel/p5-Cdk/Makefile
Edwin Groothuis cafe3b9e5e make devel/p5-Cdk fetcheable
PR:		ports/48211
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-02-13 01:07:46 +00:00

24 lines
492 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/release/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.mk>