pkgsrc/devel/p5-Data-Section-Simple/Makefile
hiramatsu 2c8b731810 Import Data::Section::Simple into devel/p5-Data-Section-Simple,
which is required to update misc/p5-Locale-US.

This module is a simpler version of the excellent Data::Section. If
you want more functionalities such as merging data sections or
changing header patterns, use Data::Section instead.
2011-11-13 04:46:58 +00:00

20 lines
602 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/11/13 04:46:58 hiramatsu Exp $
DISTNAME= Data-Section-Simple-0.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-Section-Simple/
COMMENT= Extract data from __DATA__ section of the file
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
PERL5_PACKLIST= auto/Data/Section/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"