diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-01-12 12:00:41 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-01-12 12:00:41 +0000 |
commit | 8850b555b82be1654c052a3e25ccc101a96aab5f (patch) | |
tree | e3ad755569c2639fc1aa657753edccf165cb5d3a /converters/p5-Convert-Morse | |
parent | 37e082ecf9da19fe842793c7b338c6a89b0ed07e (diff) |
Notes
Diffstat (limited to 'converters/p5-Convert-Morse')
-rw-r--r-- | converters/p5-Convert-Morse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-Convert-Morse/Makefile b/converters/p5-Convert-Morse/Makefile index 25d043b58796..1fb5dcc276c7 100644 --- a/converters/p5-Convert-Morse/Makefile +++ b/converters/p5-Convert-Morse/Makefile @@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to convert between ASCII and Morse codes +PERL_CONFIGURE= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500007 #BROKEN= "Requires perl 5.6.0" .endif -PERL_CONFIGURE= yes - MAN3= Convert::Morse.3 .include <bsd.port.post.mk> |