freebsd-ports/devel/p5-Call-Context/Makefile
Mathieu Arnold 57de7fba19 Fix a few Perl ports with Perl 5.28.
Starting at ExtUtils::MakeMaker 7.31_06 and Perl 5.27.1, the base
README.pod is no longer installed. So stop installing them altogether.

PR:		229112
Reported by:	many
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D15946
2018-06-29 10:10:35 +00:00

23 lines
414 B
Makefile

# $FreeBSD$
PORTNAME= Call-Context
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:FELIPE
PKGNAMEPREFIX= p5-
MAINTAINER= pi@FreeBSD.org
COMMENT= Sanity-check calling context
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
PLIST_FILES= ${SITE_PERL_REL}/Call/Context.pm \
${SITE_MAN3_REL}/Call::Context.3.gz
.include <bsd.port.mk>