Files
ports/devel/p5-Git-Repository/Makefile
T
Sunpoet Po-Chuan Hsieh 98575c9a51 Update to 1.324
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/Git-Repository
2019-09-01 19:09:35 +00:00

30 lines
680 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= Git-Repository
PORTVERSION= 1.324
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl interface to Git repositories
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= git:devel/git \
p5-Git-Version-Compare>=1.001:devel/p5-Git-Version-Compare \
p5-System-Command>=1.118:devel/p5-System-Command \
p5-namespace-clean>=0:devel/p5-namespace-clean
TEST_DEPENDS= p5-Test-Requires-Git>=1.005:devel/p5-Test-Requires-Git
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>