Tweak x11-toolkits/p5-Wx version 0.99.23_2
[dports.git] / x11-toolkits / p5-Tk-JComboBox / Makefile
1 # Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Tk-JComboBox
5 PORTVERSION=    1.14
6 PORTREVISION=   6
7 CATEGORIES=     x11-toolkits perl5 tk
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Contains a Label or Entry, a Button, and a Listbox
13
14 BUILD_DEPENDS=  p5-Tk>=804.027:${PORTSDIR}/x11-toolkits/p5-Tk
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>