mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
25 lines
476 B
Makefile
25 lines
476 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Tk-ToolBar
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= x11-toolkits tk perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Toolbar widget for Perl/Tk
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk
|
|
TEST_DEPENDS= p5-Test-Pod>=1.14:devel/p5-Test-Pod
|
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|