2006-08-31 13:38:32 +02:00
|
|
|
# New ports collection makefile for: p5-Tk-JComboBox
|
|
|
|
# Date created: 31 August 2006
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Tk-JComboBox
|
2006-11-01 14:26:36 +01:00
|
|
|
PORTVERSION= 1.14
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 5
|
2008-09-07 02:19:05 +02:00
|
|
|
CATEGORIES= x11-toolkits perl5 tk
|
2006-08-31 13:38:32 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-01-16 19:02:18 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-08-31 13:38:32 +02:00
|
|
|
COMMENT= Contains a Label or Entry, a Button, and a Listbox
|
|
|
|
|
2008-04-14 11:54:47 +02:00
|
|
|
BUILD_DEPENDS= p5-Tk>=804.027:${PORTSDIR}/x11-toolkits/p5-Tk
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-08-31 13:38:32 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= ${PORTNAME:S/-/::/g}.3 Tk::CWidget.3 Tk::JComboBox::tutorial.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|