mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
4b82782068
See ports/53033 for distfile changes PR: 53033 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Approved by: edwin (mentor)
25 lines
493 B
Makefile
25 lines
493 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.mk>
|