of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
19 lines
546 B
Makefile
19 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:12 jlam Exp $
|
|
|
|
DISTNAME= OOTools-1.75
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5oot
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DO/DOMIZIO/
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= http://search.cpan.org/~domizio/OOTools/
|
|
COMMENT= Perl module collection to easily create constructors methods
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/OOTools/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|