Index: head/mail/p5-Email-Find/Makefile =================================================================== --- head/mail/p5-Email-Find/Makefile (revision 474626) +++ head/mail/p5-Email-Find/Makefile (revision 474627) @@ -1,20 +1,24 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Email-Find PORTVERSION= 0.10 PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Find RFC 822 email addresses in plain text +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Email-Valid>=0:mail/p5-Email-Valid RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Index: head/mail/p5-Email-Find/pkg-descr =================================================================== --- head/mail/p5-Email-Find/pkg-descr (revision 474626) +++ head/mail/p5-Email-Find/pkg-descr (revision 474627) @@ -1,11 +1,13 @@ This is a module for finding a subset of RFC 822 email addresses in arbitrary text. The addresses it finds are not guaranteed to exist or even actually be email addresses at all, but they will be valid RFC 822 syntax. Email::Find will perform some heuristics to avoid some of the more obvious red herrings and false addresses, but there's only so much which can be done without a human. -Anton + +WWW: https://metacpan.org/release/Email-Find