summaryrefslogtreecommitdiff
path: root/converters/p5-Encode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/p5-Encode/Makefile')
-rw-r--r--converters/p5-Encode/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/converters/p5-Encode/Makefile b/converters/p5-Encode/Makefile
deleted file mode 100644
index 814906c9574e..000000000000
--- a/converters/p5-Encode/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: p5-Encode
-# Date created: Jul 24, 2005
-# Whom: Rong-En Fan <rafan@infor.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Encode
-PORTVERSION= 2.14
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Encode
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= rafan@infor.org
-COMMENT= Provides interfaces between strings and the rest of the system
-
-PERL_CONFIGURE= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-IGNORE= requires Perl 5.7.3 or above
-.endif
-
-.if ${PERL_LEVEL} > 500800
-post-patch:
- ${PERL} -pi -e '$$_="" if $$.>=18 && $$.<=20' ${WRKSRC}/Makefile.PL
-.endif
-
-.include <bsd.port.post.mk>