aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Term-CallEditor/Makefile
blob: 82f2cc955495ca07d12f68fe4a1b519c7a75f53d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>