mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
22 lines
529 B
Makefile
22 lines
529 B
Makefile
# Created by: JJ Behrens <jj@nttmcl.com>
|
|
# $FreeBSD: head/net-mgmt/p5-Net-IPv6Addr/Makefile 451365 2017-10-06 10:44:29Z sunpoet $
|
|
|
|
PORTNAME= Net-IPv6Addr
|
|
PORTVERSION= 0.91
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for manipulating IPv6 addresses
|
|
|
|
BUILD_DEPENDS= p5-Math-Base85>=0.2:perl/p5-Math-Base85 \
|
|
p5-Net-IPv4Addr>=0.10:perl/p5-Net-IPv4Addr
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|