2012-12-28 21:40:51 +00:00
|
|
|
# Created by: Mars G Miro <spry@anarchy.in.the.ph>
|
2009-03-11 16:40:48 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-Frame-Layer-IPv6
|
2012-12-28 21:40:51 +00:00
|
|
|
PORTVERSION= 1.05
|
2014-11-26 13:08:24 +00:00
|
|
|
PORTREVISION= 1
|
2009-03-11 16:40:48 +00:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= spry@anarchy.in.the.ph
|
|
|
|
COMMENT= Perl encoding/decoding implementation of the IPv6 layer
|
|
|
|
|
2012-06-30 14:39:14 +00:00
|
|
|
BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \
|
|
|
|
p5-Net-Frame>=0:${PORTSDIR}/net/p5-Net-Frame \
|
2009-03-11 16:40:48 +00:00
|
|
|
p5-Net-Pcap>=0.12:${PORTSDIR}/net/p5-Net-Pcap \
|
|
|
|
p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor
|
2012-01-21 17:40:15 +00:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-03-11 16:40:48 +00:00
|
|
|
|
2013-09-06 09:21:19 +00:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-03-11 16:40:48 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|