26 lines
559 B
Makefile
26 lines
559 B
Makefile
# New ports collection makefile for: devel/p5-Git-Repository
|
|
# Date created: Oct 19, 2010
|
|
# Whom: Wen Heping<wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Git-Repository
|
|
PORTVERSION= 1.14
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Perl interface to Git repositories
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Git::Repository.3 \
|
|
Git::Repository::Plugin::Log.3 \
|
|
Git::Repository::Log.3 \
|
|
Git::Repository::Plugin.3 \
|
|
Git::Repository::Log::Iterator.3 \
|
|
Git::Repository::Command.3
|
|
|
|
.include <bsd.port.mk>
|