2017-06-05 16:22:16 +02:00
|
|
|
# $NetBSD: Makefile,v 1.18 2017/06/05 14:23:16 ryoon Exp $
|
2006-02-08 09:22:51 +01:00
|
|
|
#
|
|
|
|
|
2011-11-12 02:21:16 +01:00
|
|
|
DISTNAME= Module-Refresh-0.17
|
2006-02-08 09:22:51 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2017-06-05 16:22:16 +02:00
|
|
|
PKGREVISION= 6
|
2006-02-08 09:58:55 +01:00
|
|
|
CATEGORIES= devel perl5
|
2006-02-08 09:22:51 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2006-02-08 09:22:51 +01:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-Refresh/
|
|
|
|
COMMENT= Perl5 module providing %INC files refreshing when updated on disk
|
2011-11-12 02:21:16 +01:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2006-02-08 09:22:51 +01:00
|
|
|
|
2015-03-17 13:09:22 +01:00
|
|
|
# Following line are really for 'make test', as an interim solution
|
|
|
|
BUILD_DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
|
|
|
|
|
2006-02-08 09:22:51 +01:00
|
|
|
PERL5_PACKLIST= auto/Module/Refresh/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|