aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2012-12-18 19:34:36 +0800
committertobez <tobez@FreeBSD.org>2012-12-18 19:34:36 +0800
commit233a3d208672146d3cef1e30af81f062d249b089 (patch)
treebbb8659306229c9f6aad84b8c8ee5814902f2e56
parentab5836fe210b0f0ae3aee4adbbc4b1dc6bc89fca (diff)
downloadfreebsd-ports-gnome-233a3d208672146d3cef1e30af81f062d249b089.tar.gz
freebsd-ports-gnome-233a3d208672146d3cef1e30af81f062d249b089.tar.zst
freebsd-ports-gnome-233a3d208672146d3cef1e30af81f062d249b089.zip
Drop support for perl 5.8.
Nudged by: az
-rw-r--r--textproc/markdown/Makefile17
1 files changed, 3 insertions, 14 deletions
diff --git a/textproc/markdown/Makefile b/textproc/markdown/Makefile
index 06fbb26ab52e..cd3bbcfe3862 100644
--- a/textproc/markdown/Makefile
+++ b/textproc/markdown/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: Markdown
-# Date created: 13 October 2005
-# Whom: Anton Berezin <tobez@FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= markdown
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= http://daringfireball.net/projects/downloads/
DISTNAME= Markdown_${PORTVERSION}
@@ -36,11 +32,4 @@ do-install:
${INSTALL_DATA} "${WRKSRC}/Markdown Readme.text" ${DOCSDIR}/Markdown-Readme.text
.endif
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
-BUILD_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>