freebsd-ports/x11-toolkits/p5-Tk-CursorControl/Makefile
Sunpoet Po-Chuan Hsieh 24329948ef Remove no-op typo
Notified by:	0mp
2020-06-29 16:16:48 +00:00

25 lines
484 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Tk-CursorControl
PORTVERSION= 0.4
PORTREVISION= 2
CATEGORIES= x11-toolkits tk perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Manipulate the mouse cursor programmatically
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Tk>=800.015:x11-toolkits/p5-Tk
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>