060a43c597
2009-03-02 - 3.9 Allow inner packages when in a one file situation (suggestion from Christopher Brown) Fix bug with requiring skipped packages (from Jos Boumans) Oked by he@
20 lines
566 B
Makefile
20 lines
566 B
Makefile
# $NetBSD: Makefile,v 1.10 2009/03/21 23:18:22 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Module-Pluggable-3.9
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5mpl
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-Pluggable/
|
|
COMMENT= Perl 5 module for automatically adding the ability to have plugins to modules
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Module/Pluggable/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|