aboutsummaryrefslogtreecommitdiff
path: root/editors/p5-Vimana/Makefile
blob: f5cb7446ee97d79514826f195a8fcb3b10d65766 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=	Vimana
PORTVERSION=	2010.09303
PORTREVISION=	2
CATEGORIES=	editors perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:CORNELIUS
PKGNAMEPREFIX=	p5-

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	Vim script manager

BUILD_DEPENDS=	vim>=0:${PORTSDIR}/editors/vim
RUN_DEPENDS=	vim>=0:${PORTSDIR}/editors/vim \
		p5-App-CLI>=0.08:${PORTSDIR}/devel/p5-App-CLI \
		p5-Archive-Extract>=0.34:${PORTSDIR}/archivers/p5-Archive-Extract \
		p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \
		p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \
		p5-File-Temp>=0.22:${PORTSDIR}/devel/p5-File-Temp \
		p5-URI>=1.37:${PORTSDIR}/net/p5-URI \
		p5-libwww>=5.835:${PORTSDIR}/www/p5-libwww \
		p5-Exporter-Lite>=0.2:${PORTSDIR}/devel/p5-Exporter-Lite \
		p5-Digest-MD5>=2.39:${PORTSDIR}/security/p5-Digest-MD5 \
		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
		p5-JSON-PP>=0:${PORTSDIR}/converters/p5-JSON-PP \
		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
		p5-HTTP-Lite>=0:${PORTSDIR}/www/p5-HTTP-Lite \
		p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \
		p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools

USES=		perl5
USE_PERL5=	configure

MAN1=		vimana.1 vim_record.1
MAN3=		Vimana.3 \
		Vimana::Command::Download.3 \
		Vimana::Command::Install.3  \
		Vimana::Command::Installed.3 \
		Vimana::Command::Remove.3 \
		Vimana::Command::Search.3 \
		Vimana::Index.3 \
		Vimana::Installer.3 \
		Vimana::Installer::Makefile.3 \
		Vimana::Installer::Auto.3 \
		Vimana::Installer::Text.3 \
		Vimana::Logger.3 \
		Vimana::Manual.3 \
		Vimana::Record.3 \
		Vimana::Recursive.3 \
		Vimana::Util.3

.include <bsd.port.mk>