mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12 - Make portlint happy PR: ports/178913 Submitted by: az Approved by: maintainer
This commit is contained in:
parent
c57958cdec
commit
481649adf3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320162
@ -1,9 +1,5 @@
|
|||||||
# New ports collection makefile for: Text::VimColor
|
# Created by: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
|
||||||
# Date created: 2004-07-25
|
|
||||||
# Whom: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Text-VimColor
|
PORTNAME= Text-VimColor
|
||||||
PORTVERSION= 0.14
|
PORTVERSION= 0.14
|
||||||
@ -30,10 +26,6 @@ MAN3= Text::VimColor.3
|
|||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PERL_LEVEL} < 501001
|
|
||||||
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PERL_LEVEL} < 501400
|
.if ${PERL_LEVEL} < 501400
|
||||||
BUILD_DEPENDS+= p5-Term-ANSIColor>=3:${PORTSDIR}/devel/p5-Term-ANSIColor
|
BUILD_DEPENDS+= p5-Term-ANSIColor>=3:${PORTSDIR}/devel/p5-Term-ANSIColor
|
||||||
RUN_DEPENDS+= p5-Term-ANSIColor>=3:${PORTSDIR}/devel/p5-Term-ANSIColor
|
RUN_DEPENDS+= p5-Term-ANSIColor>=3:${PORTSDIR}/devel/p5-Term-ANSIColor
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
Text::VimColor - syntax color text in HTML or XML using Vim
|
Text::VimColor - syntax color text in HTML or XML using Vim
|
||||||
|
|
||||||
Author: Geoff Richards <qef@laxan.com>
|
WWW: http://search.cpan.org/dist/Text-VimColor/
|
||||||
WWW: http://search.cpan.org/dist/Text-VimColor/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user