summaryrefslogtreecommitdiff
path: root/devel/p5-File-ShareDir-ProjectDistDir/Makefile
blob: e8603cd76b5dcf8e658e11b2dfa9befb35b9c766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.3 2015/04/25 08:10:33 mef Exp $

DISTNAME=	File-ShareDir-ProjectDistDir-1.000007
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=File/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/File-ShareDir-ProjectDistDir/
COMMENT=	Perl extension for set-and-forget using a directory in projects root
LICENSE=	${PERL5_LICENSE}

DEPENDS+=	p5-File-ShareDir>=0:../../devel/p5-File-ShareDir
DEPENDS+=	p5-Path-Class>=0:../../devel/p5-Path-Class
DEPENDS+=	p5-Path-FindDev>=0:../../devel/p5-Path-FindDev
DEPENDS+=	p5-Path-IsDev>=0:../../devel/p5-Path-IsDev
DEPENDS+=	p5-Path-Tiny>=0:../../filesystems/p5-Path-Tiny
DEPENDS+=	p5-Sub-Exporter>=0:../../devel/p5-Sub-Exporter

USE_LANGUAGES=		# empty
PERL5_PACKLIST=		auto/File/ShareDir/ProjectDistDir/.packlist

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