freebsd-ports/x11/p5-X11-GUITest/Makefile
Mark Linimon 9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00

30 lines
671 B
Makefile

# ex:ts=8
# Ports collection makefile for: X11-GUITest
# Date created: Oct 28, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= X11-GUITest
PORTVERSION= 0.21
PORTREVISION= 1
CATEGORIES= x11 perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \
${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
MASTER_SITE_SUBDIR= X11/:cpan \
x11guitest/:sf
PKGNAMEPREFIX= p5-
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan,sf
MAINTAINER= ports@FreeBSD.org
COMMENT= Provides GUI testing/interaction facilities
USE_XLIB= yes
PERL_CONFIGURE= 5.8.0+
MAN3= X11::GUITest.3
post-patch:
@${REINPLACE_CMD} -e "s,/usr/X11R6,${X11BASE},g" ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>