there a know issue with pod2man that expects `tr' to be implemented for \*(-- to work. its in mandoc TODO.
27 lines
514 B
Makefile
27 lines
514 B
Makefile
# $OpenBSD: Makefile,v 1.15 2011/07/25 19:50:50 gsoares Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= module for sending and receiving multicast messages
|
|
|
|
MODULES= cpan
|
|
DISTNAME= IO-Socket-Multicast-1.12
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
USE_GROFF= Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= net/p5-IO-Interface>=0.94
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|