freebsd-ports/textproc/p5-Vroom/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

28 lines
635 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
PORTNAME= Vroom
PORTVERSION= 0.37
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:INGY
PKGNAMEPREFIX= p5-
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Slide Shows in Vim
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-File-HomeDir>=0:devel/p5-File-HomeDir \
p5-IO-All>=0:devel/p5-IO-All \
p5-Template-Toolkit-Simple>=0:www/p5-Template-Toolkit-Simple \
p5-Term-Size>=0:devel/p5-Term-Size \
p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>