aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2012-12-18 11:34:36 +0000
committerAnton Berezin <tobez@FreeBSD.org>2012-12-18 11:34:36 +0000
commit5e9ae8e7d977685b91d575b35ec442343dd4149e (patch)
treebbb8659306229c9f6aad84b8c8ee5814902f2e56 /textproc
parent9b5a06e37c32dcf6b3a1dbdd141aa8dd660405fc (diff)
downloadports-5e9ae8e7d977685b91d575b35ec442343dd4149e.tar.gz
ports-5e9ae8e7d977685b91d575b35ec442343dd4149e.zip
Notes
Diffstat (limited to 'textproc')
-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>