pkgsrc/devel/p5-String-Format/Makefile
sno ca746525bd pkgsrc changes:
- Updating package for p5 module String::Format from 1.15 to 1.16
  - Setting license to gnu-gpl-v2

Upstream changes:
  (RT 44984):
  String::Format 1.16 includes a license file, along with a few other changes.
2009-05-19 21:06:34 +00:00

19 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.9 2009/05/19 21:06:34 sno Exp $
DISTNAME= String-Format-1.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
HOMEPAGE= http://search.cpan.org/dist/String-Format/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Perl module for sprintf-like string formatting capabilities
LICENSE= gnu-gpl-v2
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/String/Format/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"