ad2adba9a5
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common.
23 lines
709 B
Makefile
23 lines
709 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/06/13 06:46:47 rillig Exp $
|
|
|
|
DISTNAME= Tree-Simple-VisitorFactory-0.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
SVR4_PKGNAME= p5trs
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Tree-Simple-VisitorFactory/
|
|
COMMENT= Collection of visitor objects for use with Tree::Simple
|
|
|
|
DEPENDS+= p5-Test-Exception>=0.20:../../devel/p5-Test-Exception
|
|
DEPENDS+= p5-Tree-Simple>=1.00:../../devel/p5-Tree-Simple
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Tree/Simple/VisitorFactory/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|