mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
420bb6fb5d
Changes: http://search.cpan.org/dist/IO-Socket-INET6/ChangeLog PR: ports/162973 Submitted by: sunpoet (myself) Approved by: Mohacsi Janos <janos.mohacsi@bsd.hu> (maintainer) Feature safe: yes
26 lines
569 B
Makefile
26 lines
569 B
Makefile
# New ports collection makefile for: p5-IO-INET6
|
|
# Date created: 02 July 2003
|
|
# Whom: Janos.Mohacsi@bsd.hu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= IO-Socket-INET6
|
|
PORTVERSION= 2.69
|
|
CATEGORIES= net perl5 ipv6
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SHLOMIF
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
|
COMMENT= Perl module with object interface to AF_INET6 domain sockets
|
|
|
|
BUILD_DEPENDS= p5-Socket6>=0.12:${PORTSDIR}/net/p5-Socket6
|
|
RUN_DEPENDS= p5-Socket6>=0.12:${PORTSDIR}/net/p5-Socket6
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= IO::Socket::INET6.3
|
|
|
|
.include <bsd.port.mk>
|