d3e860eee1
Upstream changes: [Changes for 0.24 2008-09-15] * updated docs * die when target is RT 3.8.0 * install libs only into one path, don't double-install them on RT 3.8.x * delete VERSION from POD, we just always forget to update it
20 lines
588 B
Makefile
20 lines
588 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/11/17 03:29:25 he Exp $
|
|
|
|
DISTNAME= Module-Install-RTx-0.24
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5mir
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-Install-RTx/
|
|
COMMENT= Perl5 module for building and installing RT extensions
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Module-Install-[0-9]*:../../devel/p5-Module-Install
|
|
|
|
PERL5_PACKLIST= auto/Module/Install/RTx/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|