f47967776b
as dependency of scheduled Catalyst::Runtime update. DESCR: Invoke callbacks when the stash code is being compiled in changes.
25 lines
778 B
Makefile
25 lines
778 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/05/20 21:57:54 sno Exp $
|
|
#
|
|
|
|
DISTNAME= B-Hooks-OP-Check-StashChange-0.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/B-Hooks-OP-Check-StashChange/
|
|
COMMENT= Invoke callbacks when the stash code is being compiled in changes
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
BUILD_DEPENDS+= p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends
|
|
|
|
DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/B/Hooks/OP/Check/StashChange/.packlist
|
|
|
|
.include "../../devel/p5-B-Hooks-OP-Check/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|