forked from Lainports/freebsd-ports
Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
29 lines
645 B
Makefile
29 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>
|