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

23 lines
543 B
Makefile

PORTNAME= cpan-listchanges
PORTVERSION= 0.06
PORTREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to list changes for CPAN modules
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
p5-Algorithm-Diff>0:devel/p5-Algorithm-Diff \
p5-CPAN-DistnameInfo>0:devel/p5-CPAN-DistnameInfo \
p5-libwww>0:www/p5-libwww \
p5-Try-Tiny>0:lang/p5-Try-Tiny \
p5-YAML>0:textproc/p5-YAML
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>