Drop support for perl 5.8.
Nudged by: az
This commit is contained in:
parent
9b5a06e37c
commit
5e9ae8e7d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309163
1 changed files with 3 additions and 14 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue