freebsd-ports/devel/p5-Term-CallEditor/Makefile
Adam Weinberger 6132072d05 Update to 0.66.
Closest thing to a list of changes is the commit log at
	https://github.com/thrig/Term-CallEditor/commits/master
2015-04-08 16:00:49 +00:00

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>