summaryrefslogtreecommitdiff
path: root/devel/p5-PathTools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-PathTools/Makefile')
-rw-r--r--devel/p5-PathTools/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/devel/p5-PathTools/Makefile b/devel/p5-PathTools/Makefile
deleted file mode 100644
index ebf90522cbdf..000000000000
--- a/devel/p5-PathTools/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: p5-File-Spec
-# Date created: November 22, 2000
-# Whom: Donald Burr <dburr@FreeBSD.ORG>
-#
-# $FreeBSD$
-#
-
-PORTNAME= File-Spec
-PORTVERSION= 0.82
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= File
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= dburr@FreeBSD.ORG
-COMMENT= A Perl module for portably manipulating file specifications
-
-PERL_CONFIGURE= yes
-
-MAN3= File::Spec.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>