Add p5-Regexp-Common-Email-Address 1.01, regex pattern for Email
Addresses.
This commit is contained in:
parent
17d8f1145a
commit
4994d1f521
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211944
5 changed files with 42 additions and 0 deletions
|
@ -495,6 +495,7 @@
|
|||
SUBDIR += p5-RTF-Writer
|
||||
SUBDIR += p5-Regex-PreSuf
|
||||
SUBDIR += p5-Regexp-Common
|
||||
SUBDIR += p5-Regexp-Common-Email-Address
|
||||
SUBDIR += p5-Regexp-Common-profanity_us
|
||||
SUBDIR += p5-Regexp-Copy
|
||||
SUBDIR += p5-Regexp-DefaultFlags
|
||||
|
|
25
textproc/p5-Regexp-Common-Email-Address/Makefile
Normal file
25
textproc/p5-Regexp-Common-Email-Address/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: Regexp-Common-Email-Address
|
||||
# Date created: 25 Apr 2008
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Regexp-Common-Email-Address
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Regex pattern for Email Addresses
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address \
|
||||
${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Regexp::Common::Email::Address.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Regexp-Common-Email-Address/distinfo
Normal file
3
textproc/p5-Regexp-Common-Email-Address/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Regexp-Common-Email-Address-1.01.tar.gz) = 2acdadc696649b102f43dcff99f85792
|
||||
SHA256 (Regexp-Common-Email-Address-1.01.tar.gz) = d0411cd2df37f28eed7033b1a1611f7ac119abb4eb33c50f6d35a1134138734c
|
||||
SIZE (Regexp-Common-Email-Address-1.01.tar.gz) = 1955
|
4
textproc/p5-Regexp-Common-Email-Address/pkg-descr
Normal file
4
textproc/p5-Regexp-Common-Email-Address/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Regexp::Common::Email::Address provides a regex to match email addresses
|
||||
as defined by RFC 2822.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Regexp-Common-Email-Address/
|
9
textproc/p5-Regexp-Common-Email-Address/pkg-plist
Normal file
9
textproc/p5-Regexp-Common-Email-Address/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Common/Email/Address/.packlist
|
||||
%%SITE_PERL%%/Regexp/Common/Email/Address.pm
|
||||
@dirrmtry %%SITE_PERL%%/Regexp/Common/Email
|
||||
@dirrmtry %%SITE_PERL%%/Regexp/Common
|
||||
@dirrmtry %%SITE_PERL%%/Regexp
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Common/Email/Address
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Common/Email
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Common
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp
|
Loading…
Reference in a new issue