1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/x11/p5-X11-GUITest/Makefile
Sunpoet Po-Chuan Hsieh 749ae647fc - Update to 0.28
Changes:	http://search.cpan.org/dist/X11-GUITest/Changes
PR:		ports/188060
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-03-30 18:01:16 +00:00

25 lines
497 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= X11-GUITest
PORTVERSION= 0.28
CATEGORIES= x11 perl5
MASTER_SITES= CPAN \
SF/x11guitest/x11guitest/${PORTVERSION}
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Provides GUI testing/interaction facilities
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USE_XORG= x11 xt xext xtst
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6/\([a-z]*\)\(64\)*|${LOCALBASE}/\1|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>