mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
a288d48de7
- Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de>
26 lines
487 B
Makefile
26 lines
487 B
Makefile
# New ports collection makefile for: Proc-InvokeEditor
|
|
# Date created: 2011-04-05
|
|
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Proc-InvokeEditor
|
|
PORTVERSION= 1.06
|
|
CATEGORIES= editors perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MSTEVENS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Perl extension for starting a text editor
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Proc::InvokeEditor.3
|
|
|
|
.include <bsd.port.mk>
|