ports/textproc/p5-Version-Next/Makefile
2023-04-27 23:48:32 +08:00

22 lines
459 B
Makefile

PORTNAME= Version-Next
PORTVERSION= 1.000
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Increment module version numbers simply and correctly
WWW= https://metacpan.org/release/Version-Next
LICENSE= APACHE20
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>