Update editors/focuswriter to version 1.5.7
[dports.git] / editors / p5-Proc-InvokeEditor / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       Proc-InvokeEditor
4 PORTVERSION=    1.07
5 PORTREVISION=   1
6 CATEGORIES=     editors perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     CPAN:MSTEVENS
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl extension for starting a text editor
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-Carp-Assert>=0:devel/p5-Carp-Assert
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19
20 USES=           perl5
21 USE_PERL5=      configure
22
23 .include <bsd.port.mk>