pkgsrc/devel/p5-Module-Install-RTx/Makefile
hiramatsu 4912381d00 Update p5-Module-Install-RTx to 0.29.
Changes from previous:
[Changes for 0.29 2011-05-20]
* add requires_rt to handle requiring an RT version
  since MakeMaker and Module::Install::AutoInstall can't deal
  with RT version numbers.

[Changes for 0.28 2011-03-15]
* search /opt/rt4 for RT.pm

[Changes for 0.27 2010-12-16]
* Include RT's lib/ directory in INC so that requires()
  on RT::VERSION work properly

[Changes for 0.26 2010-12-14]

* Search RTHOME before searching @INC
  This works around distribution packages lurking in @INC
2011-11-06 02:45:13 +00:00

21 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.9 2011/11/06 02:45:13 hiramatsu Exp $
DISTNAME= Module-Install-RTx-0.29
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
LICENSE= mit
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"