mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Sort::Key::IPv4
Sorts lists of objects by some property containing an IPv4 address WWW: http://search.cpan.org/dist/Sort-Key-IPv4/
This commit is contained in:
parent
17e12a4f6e
commit
039b7401ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223276
5 changed files with 41 additions and 0 deletions
|
@ -626,6 +626,7 @@
|
|||
SUBDIR += p5-Socket-Multicast6
|
||||
SUBDIR += p5-Socket6
|
||||
SUBDIR += p5-Socks
|
||||
SUBDIR += p5-Sort-Key-IPv4
|
||||
SUBDIR += p5-Spread-Message
|
||||
SUBDIR += p5-Spread-Session
|
||||
SUBDIR += p5-Test-URI
|
||||
|
|
24
net/p5-Sort-Key-IPv4/Makefile
Normal file
24
net/p5-Sort-Key-IPv4/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: devel/p5-Sort-Key-IPv4
|
||||
# Date created: 15 November 2008
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Sort-Key-IPv4
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= net devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Perl extension for sorting IPv4 addresses
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Sort/Key.pm:${PORTSDIR}/devel/p5-Sort-Key
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Sort/Key.pm:${PORTSDIR}/devel/p5-Sort-Key
|
||||
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
|
||||
MAN3= Sort::Key::IPv4.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Sort-Key-IPv4/distinfo
Normal file
3
net/p5-Sort-Key-IPv4/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Sort-Key-IPv4-0.01.tar.gz) = c668f00f181982a9564d8a6673eb0953
|
||||
SHA256 (Sort-Key-IPv4-0.01.tar.gz) = 83787c1be8751872002c356588b901a2e098f9fe83c9d1e6bdd4cb42a61c4f23
|
||||
SIZE (Sort-Key-IPv4-0.01.tar.gz) = 37419
|
4
net/p5-Sort-Key-IPv4/pkg-descr
Normal file
4
net/p5-Sort-Key-IPv4/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Sort::Key::IPv4
|
||||
Sorts lists of objects by some property containing an IPv4 address
|
||||
|
||||
WWW: http://search.cpan.org/dist/Sort-Key-IPv4/
|
9
net/p5-Sort-Key-IPv4/pkg-plist
Normal file
9
net/p5-Sort-Key-IPv4/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/Sort/Key/IPv4.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/IPv4/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/IPv4/IPv4.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/IPv4/IPv4.so
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/IPv4
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort
|
||||
@dirrmtry %%SITE_PERL%%/Sort/Key
|
||||
@dirrmtry %%SITE_PERL%%/Sort
|
Loading…
Add table
Reference in a new issue