mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Add p5-Regexp-IPv6 0.03, regular expression for IPv6 addresses.
This commit is contained in:
parent
b10a5d3d10
commit
db157f0fe7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280953
@ -659,6 +659,7 @@
|
||||
SUBDIR += p5-Regexp-Common-profanity_us
|
||||
SUBDIR += p5-Regexp-Copy
|
||||
SUBDIR += p5-Regexp-DefaultFlags
|
||||
SUBDIR += p5-Regexp-IPv6
|
||||
SUBDIR += p5-Regexp-Log
|
||||
SUBDIR += p5-Regexp-Log-Common
|
||||
SUBDIR += p5-SGML-DTDParse
|
||||
|
21
textproc/p5-Regexp-IPv6/Makefile
Normal file
21
textproc/p5-Regexp-IPv6/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: textproc/p5-Regexp-IPv6
|
||||
# Date created: 01 September 2011
|
||||
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Regexp-IPv6
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Regular expression for IPv6 addresses
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Regexp::IPv6.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-Regexp-IPv6/distinfo
Normal file
2
textproc/p5-Regexp-IPv6/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Regexp-IPv6-0.03.tar.gz) = d542d17d75ce93631de8ba2156da0e0b58a755c409cd4a0d27a3873a26712ce2
|
||||
SIZE (Regexp-IPv6-0.03.tar.gz) = 3291
|
6
textproc/p5-Regexp-IPv6/pkg-descr
Normal file
6
textproc/p5-Regexp-IPv6/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This module exports the $IPv6_re regular expression that matches
|
||||
any valid IPv6 address as described in "RFC 2373 - 2.2 Text
|
||||
Representation of Addresses" but ::. Any string not compliant with
|
||||
such RFC will be rejected.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Regexp-IPv6/
|
5
textproc/p5-Regexp-IPv6/pkg-plist
Normal file
5
textproc/p5-Regexp-IPv6/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Regexp/IPv6.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/IPv6/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/IPv6
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp
|
||||
@dirrmtry %%SITE_PERL%%/Regexp
|
Loading…
Reference in New Issue
Block a user