freebsd-ports/devel/p5-Term-EditLine/Makefile
2015-04-28 07:53:48 +00:00

22 lines
478 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= Term-EditLine
PORTVERSION= 0.05
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Perl interface to the NetBSD editline library
USES= perl5
USE_PERL5= configure
PORTSCOUT= skipv:0.06,0.07 # no functional change
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Term/EditLine/EditLine.so
.include <bsd.port.mk>