b4c546c2fe
Changes since last packaged version (0.11): [Changes for 0.23 2008-05-09] * RT now respects the --datafile flag to rt-setup-database when used with --action acl or --action schema. Don't pass the initialdata file when we're doing schema changes [Changes for 0.22 2008-03-25] * Add local lib path to the @INC when we call any script that may load RT config. [Changes for 0.21 2007-12-07] * LICENSING CHANGE: This compilation and all individual files in it are now under the permissive "MIT" license. See the COPYRIGHT section in README for the new terms. * Cleanup on POD, changelog, README, etc. * Bump dependency of Module::Install::Admin to 0.40, so we can make use of all_from() and drop the parentheses in Makefile.PL commands. [ Changes for 0.20 2007-12-05] * Support for new RT 3.7 "RT Plugin" mechanism. * No longer tries to write to the global local perl man and site directories (packlists and manpages), instead installing them within the RT hierarchy.
20 lines
589 B
Makefile
20 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/07/24 02:03:39 seb Exp $
|
|
|
|
DISTNAME= Module-Install-RTx-0.23
|
|
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"
|