1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/editors/p5-Proc-InvokeEditor/Makefile
Frederic Culot a288d48de7 - Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@olofsson.de>
2011-10-07 11:22:46 +00:00

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>