summaryrefslogtreecommitdiff
path: root/devel/p5-Git-Repository-Plugin-AUTOLOAD/Makefile
blob: 2d7b54e03880d29f3126ce8df310f76d7dd847ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.2 2015/06/12 10:49:17 wiz Exp $

DISTNAME=	Git-Repository-Plugin-AUTOLOAD-1.001
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Git/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/Git-Repository-Plugin-AUTOLOAD/
COMMENT=	Git subcommands as Git::Repository methods
LICENSE=	${PERL5_LICENSE}

DEPENDS+=	p5-Git-Repository>=1.309:../../devel/p5-Git-Repository

PERL5_PACKLIST=	auto/Git/Repository/Plugin/AUTOLOAD/.packlist
USE_LANGUAGES=	# none

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"