777685a8b7
Pkgsrc changes: - Adjust dependencies - Set LICENSE - Adjust MASTER_SITES Upstream changes: 0.04 Sun Jan 3 10:23:47 2010 - Add copyright information (RT #53013) - Support type predicates (e.g. "use MouseX::Types::Mouse qw(is_Int)") 0.03 Sun Dec 20 15:13:39 2009 - Shipped as a stable version 0.02_03 Thu Dec 17 14:16:53 2009 - Fix segmentation fault issue on older perls (gfx) 0.02_02 Tue Dec 15 12:05:34 2009 - Fix parametarization issue (gfx) 0.02_01 Sun Dec 13 16:39:09 2009 - Refactoring for new Mouse (gfx) - Fix import to warn about undefined types (gfx) - Support type parametarization (gfx) - Support Mouse::Exporter (gfx)
24 lines
682 B
Makefile
24 lines
682 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/01/17 11:13:27 seb Exp $
|
|
|
|
DISTNAME= MouseX-Types-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GF/GFUJI/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MouseX-Types/
|
|
COMMENT= Perl 5 module to organize Mouse types in libraries
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MouseX/Types/.packlist
|
|
|
|
DEPENDS+= p5-Mouse>=0.41:../../devel/p5-Mouse
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|