6ad684ab93
Add LICENSE Update DEPENDS Upstream changes: 0.12 Fri Nov 1 09:23:00 2013 - Update pre-reqs. - Many, many doc typo fixes via github from dsteinbrunner. - Add repos to Build.PL and Makefile.PL. 0.11 Mon Sep 23 11:07:00 2013 - Maintenance now by Ron Savage. - Rectify datestamp format in this file. - Add Changelog.ini. - Add Build.PL. - Clean up Makefile.PL. - RT#40504: Add META.*.
22 lines
701 B
Makefile
22 lines
701 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/11/24 01:52:49 wen Exp $
|
|
|
|
DISTNAME= Tree-Simple-VisitorFactory-0.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5trs
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Tree-Simple-VisitorFactory/
|
|
COMMENT= Collection of visitor objects for use with Tree::Simple
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Test-Exception>=0.20:../../devel/p5-Test-Exception
|
|
DEPENDS+= p5-Tree-Simple>=1.22:../../devel/p5-Tree-Simple
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Tree/Simple/VisitorFactory/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|