mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
21 lines
379 B
Makefile
21 lines
379 B
Makefile
PORTNAME= Perl-Version
|
|
PORTVERSION= 1.018
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Parse and manipulate Perl version strings
|
|
WWW= https://metacpan.org/release/Perl-Version
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|