Bump multimedia/rage to version 0.2.1_4
[dports.git] / x11-toolkits / p5-Tk-CursorControl / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Tk-CursorControl
5 PORTVERSION=    0.4
6 PORTREVISION=   2
7 CATEGORIES=     x11-toolkits tk perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Manipulate the mouse cursor programmatically
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-Tk>=800.015:x11-toolkits/p5-Tk
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19
20 ALL_TARGETS=    pure_install
21 NO_ARCH=        yes
22 USE_PERL5=      configure
23 USES=           perl5
24
25 post-patch:
26         @${REINPLACE_CMD} -e \
27                 '/Tk\/demos\/widtrib\/cursor.pl/ s|cursor.pl|cursorcontrol.pl|' \
28                 ${WRKSRC}/Makefile.PL
29
30 .include <bsd.port.mk>