1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/editors/p5-Vimana/Makefile

56 lines
1.6 KiB
Makefile

# 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
NO_STAGE= yes
.include <bsd.port.mk>