diff options
author | culot <culot@FreeBSD.org> | 2012-12-04 15:34:52 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-12-04 15:34:52 +0800 |
commit | ce52ffbf25def1d93681c8d0122c38f471138f1d (patch) | |
tree | 9da1ce01e9ad9883080fac4c7800b346fc6b0c69 /irc | |
parent | a88cbdcf28536a872e1f25670d894e5abbd35b0c (diff) | |
download | freebsd-ports-gnome-ce52ffbf25def1d93681c8d0122c38f471138f1d.tar.gz freebsd-ports-gnome-ce52ffbf25def1d93681c8d0122c38f471138f1d.tar.zst freebsd-ports-gnome-ce52ffbf25def1d93681c8d0122c38f471138f1d.zip |
- Update to 1.20 [1]
- Remove leading article from COMMENT
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Parse-IRC/Changes
PR: ports/172923 [1]
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by: miwi@ (maintainer, timeout)
Feature safe: yes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-Parse-IRC/Makefile | 21 | ||||
-rw-r--r-- | irc/p5-Parse-IRC/distinfo | 4 |
2 files changed, 15 insertions, 10 deletions
diff --git a/irc/p5-Parse-IRC/Makefile b/irc/p5-Parse-IRC/Makefile index 5c94c313caa2..48f468e7c75d 100644 --- a/irc/p5-Parse-IRC/Makefile +++ b/irc/p5-Parse-IRC/Makefile @@ -1,21 +1,26 @@ -# New ports collection makefile for: p5-Parse-IRC -# Date created: 20.06.2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Parse-IRC -PORTVERSION= 1.18 +PORTVERSION= 1.20 CATEGORIES= irc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org -COMMENT= A parser for the IRC protocol +COMMENT= Parser for the IRC protocol + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual PERL_CONFIGURE= yes MAN3= Parse::IRC.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501600 +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +.endif + +.include <bsd.port.post.mk> diff --git a/irc/p5-Parse-IRC/distinfo b/irc/p5-Parse-IRC/distinfo index 81e42271138b..56a9215d33f4 100644 --- a/irc/p5-Parse-IRC/distinfo +++ b/irc/p5-Parse-IRC/distinfo @@ -1,2 +1,2 @@ -SHA256 (Parse-IRC-1.18.tar.gz) = af9d908d7e1cddb8a45edd91387d5c506be2cafd459abc4b31709bb8f78df6dd -SIZE (Parse-IRC-1.18.tar.gz) = 34592 +SHA256 (Parse-IRC-1.20.tar.gz) = bc14d07497774f9cee9c642a686ae1f03ded17cf9e7a00e7c903d1ed19dc71c2 +SIZE (Parse-IRC-1.20.tar.gz) = 18964 |