21 lines
413 B
Makefile
21 lines
413 B
Makefile
# New ports collection makefile for: devel/p5-Term-CallEditor
|
|
# Date created: 05 May 2006
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Term-CallEditor
|
|
PORTVERSION= 0.60
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Solicit for data from an external editor
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Term::CallEditor.3
|
|
|
|
.include <bsd.port.mk>
|