pkgsrc/devel/p5-String-Format/Makefile

18 lines
456 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:14 jlam Exp $
DISTNAME= String-Format-1.13
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
MAINTAINER= epg@NetBSD.org
COMMENT= Perl module for sprintf-like string formatting capabilities
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/String/Format/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"