freebsd-ports/devel/p5-Term-ReadLine-Gnu/Makefile
Sunpoet Po-Chuan Hsieh 40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00

25 lines
489 B
Makefile

# Created by: Matthew Hunt <mph@pobox.com>
# $FreeBSD$
PORTNAME= Term-ReadLine-Gnu
PORTVERSION= 1.36
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Allow Term::ReadLine to use GNU readline
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5 readline
USE_PERL5= configure
CFLAGS+= ${CPPFLAGS}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Term/ReadLine/Gnu/Gnu.so
.include <bsd.port.mk>