18e6332e31
Changes from previous: 0.17 Wed Oct 26 08:34:17 EST 2011 * Warnings avoidance for reloading a module not in %INC * Updated inc/ and META.yml 0.16 Fri Apr 15 15:03:21 EST 2011 * SIGNATURE file bug 0.15 Fri Apr 15 15:00:15 EST 2011 * No functional changes. Added missing test dependencies. Thanks to JQUELIN & Paul at City Fan 0.14 Tue Apr 12 18:07:44 EST 2011 * Actually remove subroutines from the symbol table, Thanks to DOY.
20 lines
555 B
Makefile
20 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.9 2011/11/12 01:21:16 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= Module-Refresh-0.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5mr
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-Refresh/
|
|
COMMENT= Perl5 module providing %INC files refreshing when updated on disk
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Module/Refresh/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|