aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Term-EditLine/Makefile
blob: f355d81c5de71a4598f998ea9d133ec2895215d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME=	Term-EditLine
PORTVERSION=	0.11
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN \
		LOCAL/ehaupt
PKGNAMEPREFIX=	p5-

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Perl interface to the NetBSD editline library

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		libedit perl5 pkgconfig
USE_PERL5=	configure

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Term/EditLine/EditLine.so

.include <bsd.port.mk>