diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-24 18:10:39 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-24 18:10:39 +0000 |
commit | e34b3763c7c76083c2e12ca0ce7e7457b04f64d8 (patch) | |
tree | dd2cea5761f93182931178de24c4ab64813aeda5 /textproc/p5-Vroom/Makefile | |
parent | 6f119e3d1f097dea49eacea1a266d807e4ae7d46 (diff) | |
download | ports-e34b3763c7c76083c2e12ca0ce7e7457b04f64d8.tar.gz ports-e34b3763c7c76083c2e12ca0ce7e7457b04f64d8.zip |
Notes
Diffstat (limited to 'textproc/p5-Vroom/Makefile')
-rw-r--r-- | textproc/p5-Vroom/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/p5-Vroom/Makefile b/textproc/p5-Vroom/Makefile index 4977f02eef11..1d41b79e4f6b 100644 --- a/textproc/p5-Vroom/Makefile +++ b/textproc/p5-Vroom/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lwhsu@FreeBSD.org COMMENT= Slide Shows in Vim +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \ p5-Template-Toolkit-Simple>=0:${PORTSDIR}/www/p5-Template-Toolkit-Simple \ @@ -21,8 +24,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Vroom.3 - -NO_STAGE= yes - .include <bsd.port.mk> |