mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
22 lines
459 B
Makefile
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>
|