freebsd-ports/net/p5-Sort-Key-IPv4/Makefile
Andrej Zverev 0e8e0bf651 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-06 17:02:34 +00:00

25 lines
579 B
Makefile

# 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.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
.include <bsd.port.mk>