20 lines
356 B
Makefile
20 lines
356 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
PORTNAME= Term-CallEditor
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Solicit data from an external editor
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|