b1858db368
Upstream changes: 1.77 Wed Jan 23 14:02:24 PST 2019 No code change, add more examples under match_pattern_hash Suggested by James Volkman
16 lines
474 B
Makefile
16 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.26 2019/02/09 00:20:12 wen Exp $
|
|
|
|
DISTNAME= Data-Table-1.77
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Data-Table/
|
|
COMMENT= Data type related to database tables, spreadsheets, etc
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Data/Table/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|