freebsd-ports/net/p5-IO-Socket-Multicast/Makefile
Akinori MUSHA ff3b9b846d Correct a *_DEPENDS entry:
${PERL_VER}/IO/Interface.pm -> ${PERL_VER}/${PERL_ARCH}/IO/Interface.pm

Submitted by:	bento
2002-09-23 11:47:57 +00:00

25 lines
618 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@dante.org.uk
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/IO/Interface.pm:${PORTSDIR}/net/p5-IO-Interface
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= IO::Socket::Multicast.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
PERL_CONFIGURE= yes
.include <bsd.port.mk>