freebsd-ports/devel/p5-Git-Version-Compare/Makefile

22 lines
451 B
Makefile

PORTNAME= Git-Version-Compare
PORTVERSION= 1.005
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Functions to compare Git versions
WWW= https://metacpan.org/release/Git-Version-Compare
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>