View | Details | Raw Unified | Return to bug 235823 | Differences between
and this patch

Collapse All | Expand All

(-)x11-clocks/p5-Tk-Clock/Makefile (+21 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	Tk-Clock
4
PORTVERSION=	0.40
5
CATEGORIES=	x11-clocks perl5 tk
6
MASTER_SITES=	CPAN
7
PKGNAMEPREFIX=	p5-
8
9
MAINTAINER=	perl@FreeBSD.org
10
COMMENT=	Clock widget with analog and digital display
11
12
LICENSE=	ARTPERL10 GPLv1+
13
LICENSE_COMB=	dual
14
15
BUILD_DEPENDS=	${RUN_DEPENDS}
16
RUN_DEPENDS=	p5-Tk>=804:x11-toolkits/p5-Tk p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings
17
18
USES=		perl5 tar:tgz
19
USE_PERL5=	configure
20
21
.include <bsd.port.mk>
(-)x11-clocks/p5-Tk-Clock/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (Tk-Clock-0.40.tgz) = 4c8f75a7626c748640ae8024c78f53edd25613e02b074e8e0041a1daba8ff04a
2
SIZE (Tk-Clock-0.40.tgz) = 318227
(-)x11-clocks/p5-Tk-Clock/pkg-descr (+4 lines)
Line 0 Link Here
1
This module implements a Canvas-based clock widget for perl-Tk with
2
lots of options to change the appearance.
3
4
Both analog and digital clocks are implemented.
(-)x11-clocks/p5-Tk-Clock/pkg-plist (+2 lines)
Line 0 Link Here
1
%%SITE_PERL%%/Tk/Clock.pm
2
%%PERL5_MAN3%%/Tk::Clock.3.gz

Return to bug 235823