freebsd-ports/net/p5-IO-INET6/Makefile
Erwin Lansing ec8a93aeba Update to 1.28
PR:		55481
Submitted by:	Venkata Pingali <pingali@e.postel.org>
Approved by:	maintainer
2003-08-12 18:37:09 +00:00

26 lines
644 B
Makefile

# New ports collection makefile for: p5-IO-INET6
# Date created: 02 July 2003
# Whom: Janos.Mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= INET6
PORTVERSION= 1.28
CATEGORIES= net perl5 ipv6
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-IO-
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Perl module with object interface to AF_INET6 domain sockets
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= IO::Socket::INET6.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
PERL_CONFIGURE= yes
.include <bsd.port.mk>