aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-PathTools/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-07 10:20:10 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-07 10:20:10 +0000
commit4bd57c285c686de4eeae203c439f639bd1aeb599 (patch)
tree30903fde9f31831e3c266d0f935fe4887908badf /devel/p5-PathTools/Makefile
parent1c6e7864cd0931b0ef721ad0f9afdc6304d65a75 (diff)
downloadports-4bd57c285c686de4eeae203c439f639bd1aeb599.tar.gz
ports-4bd57c285c686de4eeae203c439f639bd1aeb599.zip
Notes
Diffstat (limited to 'devel/p5-PathTools/Makefile')
-rw-r--r--devel/p5-PathTools/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/devel/p5-PathTools/Makefile b/devel/p5-PathTools/Makefile
index ebf90522cbdf..83d64793e122 100644
--- a/devel/p5-PathTools/Makefile
+++ b/devel/p5-PathTools/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= File-Spec
-PORTVERSION= 0.82
+PORTVERSION= 0.86
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
@@ -16,20 +16,16 @@ MAINTAINER= dburr@FreeBSD.ORG
COMMENT= A Perl module for portably manipulating file specifications
PERL_CONFIGURE= yes
+CONFIGURE_ARGS+= INSTALLDIRS='site'
MAN3= File::Spec.3 \
+ File::Spec::Cygwin.3 \
+ File::Spec::Epoc.3 \
File::Spec::Functions.3 \
File::Spec::Mac.3 \
File::Spec::OS2.3 \
File::Spec::Unix.3 \
File::Spec::VMS.3 \
File::Spec::Win32.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} > 500600
-IGNORE= This port is for perl 5.6.0 and under only.
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>