de91b504fa
------------------ Release history for File-ShareDir-ProjectDistDir 1.000005 2015-04-14T12:54:44Z 6999a7d [Dependencies] - Minimums dropped. [Dependencies::Stats] - Dependencies changed since 1.000004, see misc/*.deps* for details - configure: +1 (recommends: up 1) - develop: +8 up 3 -2 (recommends: +1, suggests: up 2) - runtime: down 1 -1 (recommends: +1) - test: +1 (recommends: up 1 down 1) [Documentation] - Erroneous synopsis fixed, thanks to Michael Jemmeson/MJEMMESON (GH #15)
24 lines
901 B
Makefile
24 lines
901 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/04/21 00:56:46 mef Exp $
|
|
|
|
DISTNAME= File-ShareDir-ProjectDistDir-1.000005
|
|
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"
|