a42074a946
Collection. This Perl 5 module is a helper module for RT extension writers to install files into an existing RT installation.
18 lines
558 B
Makefile
18 lines
558 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/05/15 15:01:19 seb Exp $
|
|
|
|
DISTNAME= Module-Install-RTx-0.11
|
|
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
|
|
|
|
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"
|