mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
cf118ccf87
Reported by: lwhsu
25 lines
534 B
Makefile
25 lines
534 B
Makefile
PORTNAME= Tk-Clock
|
|
PORTVERSION= 0.41
|
|
CATEGORIES= x11-clocks perl5 tk
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bscott@bunyatech.com.au
|
|
COMMENT= Clock widget with analog and digital display
|
|
|
|
LICENSE= ARTPERL10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings \
|
|
p5-Tk>=804:x11-toolkits/p5-Tk
|
|
|
|
USES= perl5 tar:tgz
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
PLIST_FILES= ${SITE_PERL_REL}/Tk/Clock.pm \
|
|
${SITE_MAN3_REL}/Tk::Clock.3.gz
|
|
|
|
.include <bsd.port.mk>
|