blob: f21d97f3a826161ae589f44541b06a3903d21ad3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Sort-Key-IPv4
PORTVERSION= 0.03
CATEGORIES= net devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= Perl extension for sorting IPv4 addresses
BUILD_DEPENDS= p5-Sort-Key>=0:${PORTSDIR}/devel/p5-Sort-Key
RUN_DEPENDS= p5-Sort-Key>=0:${PORTSDIR}/devel/p5-Sort-Key
USES= perl5
USE_PERL5= configure
MAN3= Sort::Key::IPv4.3
NO_STAGE= yes
.include <bsd.port.mk>
|