3cfd875d71
Upstream changes: 0.22 Dec 18 2008 - use strict; use warnings; - Added prototype for caller - silenced warnings about sub replacements
20 lines
528 B
Makefile
20 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/12/20 22:26:08 he Exp $
|
|
#
|
|
|
|
DISTNAME= Hook-LexWrap-0.22
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5hlw
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Hook/}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Hook-LexWrap/
|
|
COMMENT= Perl5 module providing lexically scoped subroutine wrappers
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Hook/LexWrap/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|