2008-11-23 17:28:05 +01:00
|
|
|
# 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
|
2009-10-29 11:58:38 +01:00
|
|
|
PORTVERSION= 0.02
|
2008-11-23 17:28:05 +01:00
|
|
|
CATEGORIES= net devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= Perl extension for sorting IPv4 addresses
|
|
|
|
|
2012-06-04 05:16:02 +02:00
|
|
|
BUILD_DEPENDS= p5-Sort-Key>=0:${PORTSDIR}/devel/p5-Sort-Key
|
|
|
|
RUN_DEPENDS= p5-Sort-Key>=0:${PORTSDIR}/devel/p5-Sort-Key
|
2008-11-23 17:28:05 +01:00
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2008-11-23 17:28:05 +01:00
|
|
|
|
|
|
|
MAN3= Sort::Key::IPv4.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|