freebsd-ports/net/p5-IO-Socket-Multicast/Makefile
Mark Linimon d75a2038c9 The resetting of this maintainer address to ports@ (done as part
of ports/58694) was a little premature in this case.  Janos
reports that he is alive and well at this new email address.
2003-11-03 10:05:55 +00:00

25 lines
593 B
Makefile

# 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= 0.25
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Perl module to send and receive multicast messages
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/Interface.pm:${PORTSDIR}/net/p5-IO-Interface
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= IO::Socket::Multicast.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>