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
521 B
Makefile
19 lines
521 B
Makefile
# $NetBSD: Makefile,v 1.10 2005/08/06 06:19:13 jlam Exp $
|
|
|
|
DISTNAME= Spiffy-0.24
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/${MODULE_DIR}/${AUTHOR_DIR}/}
|
|
MODULE_DIR= modules/by-module
|
|
AUTHOR_DIR= authors/id/I/IN/INGY
|
|
|
|
MAINTAINER= jlam@NetBSD.org
|
|
COMMENT= Object-oriented Perl framework
|
|
|
|
DEPENDS+= p5-Filter-[0-9]*:../../textproc/p5-Filter
|
|
|
|
PERL5_PACKLIST= auto/Spiffy/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|