aboutsummaryrefslogtreecommitdiff
path: root/net/p5-IO-Socket-Multicast/Makefile
blob: 112ec72496d4039aba3edaa9b53f62848cc1728c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	p5-IO-Socket-Multicast
# Date created:		21 March 2002
# Whom:	      		Janos.Mohacsi@dante.org.uk
#
# $FreeBSD$
#

PORTNAME=	IO-Socket-Multicast
PORTVERSION=	1.12
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	janos.mohacsi@bsd.hu
COMMENT=	Perl module to send and receive multicast messages

RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/IO/Interface.pm:${PORTSDIR}/net/p5-IO-Interface
BUILD_DEPENDS=	${RUN_DEPENDS}

MAN3=		IO::Socket::Multicast.3

PERL_CONFIGURE=	yes

post-install:
.ifndef(NOPORTEXAMPLES)
	@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
	@${MKDIR} ${EXAMPLESDIR}
		${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>