mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
20 lines
334 B
Makefile
20 lines
334 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Term-CallEditor
|
|
PORTVERSION= 0.61
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Solicit for data from an external editor
|
|
|
|
LICENSE= ART10
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Term::CallEditor.3
|
|
|
|
.include <bsd.port.mk>
|