pkgsrc/devel/p5-Module-Starter/Makefile
seb 87376ea314 Initial import of p5-Module-Starter version 1.42 into The NetBSD
Packages Collection.

The Perl 5 module Module::Starter is a simple starter kit for any
module. Module::Starter is used to create a skeletal CPAN distribution
including basic builder scripts, tests, documentation, and module
code.  This module is used via the provided front-end script
module-starter.
2007-04-22 21:01:59 +00:00

17 lines
489 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:01:59 seb Exp $
#
DISTNAME= Module-Starter-1.42
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Module-Starter/
COMMENT= Perl 5 module acting as a simple starter kit for any module
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Module/Starter/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"