57de7fba19
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
23 lines
414 B
Makefile
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>
|