diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-10-28 06:30:54 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-10-28 06:30:54 +0000 |
commit | 3706defea4eeba6111d21ebb88b3559569c1dffd (patch) | |
tree | 775d85ae0f6dfd2dd853b54016ddbc63df7770af /x11/p5-X11-GUITest/Makefile | |
parent | 4b16da7d29fdc05aaaf696a448a4763f4cd17f4f (diff) | |
download | ports-3706defea4eeba6111d21ebb88b3559569c1dffd.tar.gz ports-3706defea4eeba6111d21ebb88b3559569c1dffd.zip |
Notes
Diffstat (limited to 'x11/p5-X11-GUITest/Makefile')
-rw-r--r-- | x11/p5-X11-GUITest/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/p5-X11-GUITest/Makefile b/x11/p5-X11-GUITest/Makefile new file mode 100644 index 000000000000..ec1f270f50c7 --- /dev/null +++ b/x11/p5-X11-GUITest/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# Ports collection makefile for: X11-GUITest +# Date created: Oct 28, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= X11-GUITest +PORTVERSION= 0.20 +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 \ + ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sf + +MAINTAINER= ports@FreeBSD.org +COMMENT= Provides GUI testing/interaction facilities + +PERL_CONFIGURE= yes +MAN3= X11::GUITest.3 + +.include <bsd.port.mk> |