1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net/p5-Socket-Multicast6/Makefile
Dmitry Marakasov effba091a4 - Update to 0.04
- Reset maintainership

PR:		148402
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
Feature safe:	yes
2010-07-07 00:06:59 +00:00

30 lines
645 B
Makefile

# New ports collection makefile for: p5-Socket-Multicast6
# Date created: 2007-03-10
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= Socket-Multicast6
PORTVERSION= 0.04
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Constructors and constants for IPv4/IPv6 multicast socket operations
RUN_DEPENDS= p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6
PERL_MODBUILD= yes
MAN3= Socket::Multicast6.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
.endif
.include <bsd.port.post.mk>