freebsd-ports/devel/p5-Call-Context/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
401 B
Makefile

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>