pkgsrc/devel/p5-File-ShareDir-ProjectDistDir/Makefile
mef f3833de0f6 Update 1.000005 to 1.000007
---------------------------
1.000007 2015-04-22T05:48:43Z 274de7d
 [Documentation]
 - Apparently I can't link to myself right.

1.000006 2015-04-22T03:04:21Z f2105b9
 [Documentation]
 - Add a deterrent notice.
2015-04-25 08:10:33 +00:00

24 lines
901 B
Makefile

# $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"