Index: head/textproc/p5-Text-Chomp/Makefile =================================================================== --- head/textproc/p5-Text-Chomp/Makefile (revision 471698) +++ head/textproc/p5-Text-Chomp/Makefile (revision 471699) @@ -1,17 +1,20 @@ # Created by: Jason Burgess # $FreeBSD$ PORTNAME= Text-Chomp PORTVERSION= 0.02 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module implementing a portable chomp +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-Text-Chomp/pkg-descr =================================================================== --- head/textproc/p5-Text-Chomp/pkg-descr (revision 471698) +++ head/textproc/p5-Text-Chomp/pkg-descr (revision 471699) @@ -1,7 +1,7 @@ This module implements a single function, tchomp, which will remove all known line separators. The regular chomp() works only on the value in $/, which can be difficult if working in multi-platform environments. -WWW: http://search.cpan.org/dist/Text-Chomp/ +WWW: https://metacpan.org/release/SMPETERS/Text-Chomp-0.02