0003690372
This modules implements the encoding and decoding of the IPv6 layer. RFC: ftp://ftp.rfc-editor.org/in-notes/rfc2460.txt See also Net::Frame::Layer for other attributes and methods. from gleydson soares (MAINTAINER) ok sthen@
23 lines
453 B
Makefile
23 lines
453 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/19 18:01:41 jasper Exp $
|
|
|
|
COMMENT= Internet Protocol v6 layer object
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-Frame-Layer-IPv6-1.03
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Gleydson Soares <gsoares@trusted.com.br>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= net/p5-Net-Frame
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|