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

Collapse All | Expand All

(-)p5-Tk-Clock/Makefile (+26 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=	bscott@bunyatech.com.au
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-Test-NoWarnings>0:devel/p5-Test-NoWarnings \
17
		p5-Tk>=804:x11-toolkits/p5-Tk
18
19
USES=		perl5 tar:tgz
20
USE_PERL5=	configure
21
22
NO_ARCH=	yes
23
PLIST_FILES=	${SITE_PERL_REL}/Tk/Clock.pm \
24
	       	${SITE_MAN3_REL}/Tk::Clock.3.gz
25
26
.include <bsd.port.mk>
(-)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
(-)p5-Tk-Clock/pkg-descr (+6 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.
5
6
WWW: https://metacpan.org/release/Tk-Clock

Return to bug 235823