diff options
author | pclin <pclin@FreeBSD.org> | 2013-02-22 01:04:42 +0800 |
---|---|---|
committer | pclin <pclin@FreeBSD.org> | 2013-02-22 01:04:42 +0800 |
commit | 95312467daa01eac50bef2ccfed935ac9c0bd112 (patch) | |
tree | 264895c4a45487fb40269579f0d2ca54b8f11196 /textproc | |
parent | a5875787d2be0e1997b0db4f68d122ed1dbe006f (diff) | |
download | freebsd-ports-gnome-95312467daa01eac50bef2ccfed935ac9c0bd112.tar.gz freebsd-ports-gnome-95312467daa01eac50bef2ccfed935ac9c0bd112.tar.zst freebsd-ports-gnome-95312467daa01eac50bef2ccfed935ac9c0bd112.zip |
- Update to 1.17
- Add LICENSE (GPLv2)
PR: ports/175496
Approved by: swills (mentor)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-String-Format/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-String-Format/distinfo | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/textproc/p5-String-Format/Makefile b/textproc/p5-String-Format/Makefile index 111c9ee62884..ed5b12c4fd9f 100644 --- a/textproc/p5-String-Format/Makefile +++ b/textproc/p5-String-Format/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: String::Format -# Date created: 24 March, 2005 -# Whom: Matt Mills <matt_mills@btopenworld.com> -# +# Created by: Matt Mills <matt_mills@btopenworld.com> # $FreeBSD$ -# PORTNAME= String-Format -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= matt_mills@btopenworld.com COMMENT= Perl module for sprintf-like string formatting capability +LICENSE= GPLv2 + PERL_CONFIGURE= yes MAN3= String::Format.3 diff --git a/textproc/p5-String-Format/distinfo b/textproc/p5-String-Format/distinfo index 5af4703af05b..12ce6a0d6d8f 100644 --- a/textproc/p5-String-Format/distinfo +++ b/textproc/p5-String-Format/distinfo @@ -1,2 +1,2 @@ -SHA256 (String-Format-1.16.tar.gz) = edb27dd055ad71012a439f262f9394517adb585a5c27ba72c1819bae2c23729a -SIZE (String-Format-1.16.tar.gz) = 12936 +SHA256 (String-Format-1.17.tar.gz) = 5306e5908c120e9b6085fb60c0f352fdf601931398baee94cb898ca5d956ae6b +SIZE (String-Format-1.17.tar.gz) = 12841 |