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>
|