2f45fd2dc3
Packages Collection. The Perl 5 module Proc::InvokeEditor provides the ability to supply some text to an external text editor, have it edited by the user, and retrieve the results.
22 lines
613 B
Makefile
22 lines
613 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/11/23 22:20:34 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Proc-InvokeEditor-1.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTEVENS/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Proc-InvokeEditor/
|
|
COMMENT= Perl 5 module for starting a text editor
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Proc/InvokeEditor/.packlist
|
|
|
|
DEPENDS+= p5-Carp-Assert>=0.11:../../devel/p5-Carp-Assert
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|