19 lines
355 B
Makefile
19 lines
355 B
Makefile
# Created by: vanilla
|
|
|
|
PORTNAME= Tk-Date
|
|
PORTVERSION= 0.44
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-toolkits perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Date/time widget for Perl/Tk
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Tk-GBARR>=0:x11-toolkits/p5-Tk-GBARR
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|