aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Sort-Key-IPv4/Makefile
blob: 487c7b68fbfb3483afa9dbaa5c642ac6e92a48cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.02
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=	yes

MAN3=	Sort::Key::IPv4.3

.include <bsd.port.mk>