9455724193
Git::Repository is a Perl interface to Git, for scripted interactions with repositories. It's a low-level interface that allows calling any Git command, whether porcelain or plumbing, including bidirectional commands such as git commit-tree. from wen heping (MAINTAINER), as was p5-System-Command ok sthen@
21 lines
417 B
Makefile
21 lines
417 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/20 18:05:52 jasper Exp $
|
|
|
|
COMMENT = Perl interface to Git repositories
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Git-Repository-1.21
|
|
CATEGORIES = devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Wen Heping <wenheping@gmail.com>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-System-Command
|
|
|
|
.include <bsd.port.mk>
|