diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-30 02:19:30 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-30 02:19:30 +0000 |
commit | cba84ec149e8cbdad9791ca3fe2a13f06608b71f (patch) | |
tree | 055e40d3b3b021102e97fe1afee53137b485e29f /editors/p5-Proc-InvokeEditor | |
parent | 1303fed4439ef5b871447ba1c4cc1225327c0c14 (diff) | |
download | ports-cba84ec149e8cbdad9791ca3fe2a13f06608b71f.tar.gz ports-cba84ec149e8cbdad9791ca3fe2a13f06608b71f.zip |
Notes
Diffstat (limited to 'editors/p5-Proc-InvokeEditor')
-rw-r--r-- | editors/p5-Proc-InvokeEditor/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/p5-Proc-InvokeEditor/Makefile b/editors/p5-Proc-InvokeEditor/Makefile index 299d9dea9671..1e75f070d41c 100644 --- a/editors/p5-Proc-InvokeEditor/Makefile +++ b/editors/p5-Proc-InvokeEditor/Makefile @@ -7,17 +7,21 @@ PORTNAME= Proc-InvokeEditor PORTVERSION= 1.06 +PORTREVISION= 1 CATEGORIES= editors perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MSTEVENS PKGNAMEPREFIX= p5- -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for starting a text editor LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert +RUN_DEPENDS= p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert + PERL_CONFIGURE= yes MAN3= Proc::InvokeEditor.3 |