freebsd-ports/net/p5-Sort-Key-IPv4/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

20 lines
418 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Sort-Key-IPv4
PORTVERSION= 0.03
PORTREVISION= 1
CATEGORIES= net devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for sorting IPv4 addresses
BUILD_DEPENDS= p5-Sort-Key>=0:devel/p5-Sort-Key
RUN_DEPENDS= p5-Sort-Key>=0:devel/p5-Sort-Key
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>