20 lines
379 B
Makefile
20 lines
379 B
Makefile
# $OpenBSD: Makefile,v 1.13 2019/07/12 20:44:56 sthen Exp $
|
|
|
|
COMMENT = Perl interface to Git repositories
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Git-Repository-1.317
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-System-Command
|
|
TEST_DEPENDS = devel/git
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|