diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-16 19:19:11 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-16 19:19:11 +0000 |
commit | 0ff8ac6584a3067f2cf8926ccb467f520248c500 (patch) | |
tree | f63106577c57cc14a81fbb5bbe672bb5b052d06e /lang/p5-Expect/Makefile | |
parent | 4633abfbb3655fe9c9606994874daa614a56f9ba (diff) |
Notes
Diffstat (limited to 'lang/p5-Expect/Makefile')
-rw-r--r-- | lang/p5-Expect/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index 9173a89e4435..d39799653818 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -6,12 +6,11 @@ # PORTNAME= Expect -PORTVERSION= 1.07 +PORTVERSION= 1.11 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Expect PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}.pm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -22,7 +21,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes -MAN3= Expect.3 Expect_intro.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Expect.3 \ + Expect_FAQ.3 \ + Expect_intro.3 .include <bsd.port.mk> |