6132072d05
Closest thing to a list of changes is the commit log at https://github.com/thrig/Term-CallEditor/commits/master
18 lines
318 B
Makefile
18 lines
318 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Term-CallEditor
|
|
PORTVERSION= 0.66
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Solicit data from an external editor
|
|
|
|
LICENSE= ART20
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|