diff options
author | swills <swills@FreeBSD.org> | 2012-01-30 10:19:30 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-30 10:19:30 +0800 |
commit | 81e319e2ff215beeccb5d538f3c2c36c03940b57 (patch) | |
tree | 4cf9511cbd6817760ed9f9cba0743f993ad6c850 /editors | |
parent | 44f4397e7901316cff05e7ce3f4a66c6b008ee6f (diff) | |
download | freebsd-ports-gnome-81e319e2ff215beeccb5d538f3c2c36c03940b57.tar.gz freebsd-ports-gnome-81e319e2ff215beeccb5d538f3c2c36c03940b57.tar.zst freebsd-ports-gnome-81e319e2ff215beeccb5d538f3c2c36c03940b57.zip |
- Add missing BUILD_DEPENDS and RUN_DEPENDS [1]
- Reassign to perl@ [2]
PR: ports/164524 [1]
Submitted by: swills (myself) [1]
Approved by: bapt (maintainer) [1]
Requested by: bapt (maintainer, via IRC) [2]
Diffstat (limited to 'editors')
-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 |