diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2006-06-15 10:21:08 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2006-06-15 10:21:08 +0000 |
commit | 880add21cd6efe13c2dccc16baa6889afc4404e1 (patch) | |
tree | 89528d8f3271db7556d8ba59109597d7378105bc /x11/p5-X11-GUITest/Makefile | |
parent | 98f8baf1b182f31110ed49459fd86dd7d64c4627 (diff) | |
download | ports-880add21cd6efe13c2dccc16baa6889afc4404e1.tar.gz ports-880add21cd6efe13c2dccc16baa6889afc4404e1.zip |
Notes
Diffstat (limited to 'x11/p5-X11-GUITest/Makefile')
-rw-r--r-- | x11/p5-X11-GUITest/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/p5-X11-GUITest/Makefile b/x11/p5-X11-GUITest/Makefile index 6a4cf89c1dde..82c442d781a2 100644 --- a/x11/p5-X11-GUITest/Makefile +++ b/x11/p5-X11-GUITest/Makefile @@ -7,15 +7,14 @@ # PORTNAME= X11-GUITest -PORTVERSION= 0.20 +PORTVERSION= 0.21 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 +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan,sf MAINTAINER= ports@FreeBSD.org COMMENT= Provides GUI testing/interaction facilities |