opnsense-ports/devel/p5-Algorithm-Annotate/Makefile
2022-09-07 22:33:21 +02:00

23 lines
469 B
Makefile

PORTNAME= Algorithm-Annotate
PORTVERSION= 0.10
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Represent a series of changes in annotate form
WWW= https://metacpan.org/release/Algorithm-Annotate
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>