1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/net/p5-Socket6/Makefile
Hajimu UMEMOTO 10c3a2ce04 This Perl5 module supports getaddrinfo() and getnameinfo() to
intend to enable protocol independent programing.
If your environment supports IPv6, IPv6 related defines such as
AF_INET6 are included.
2000-05-24 19:52:02 +00:00

24 lines
459 B
Makefile

# New ports collection makefile for: p5-Socket6
# Date created: 24 May 2000
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Socket6
PORTVERSION= 0.06
CATEGORIES= net perl5 ipv6
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Socket6
PKGNAMEPREFIX= p5-
MAINTAINER= ume@FreeBSD.org
USE_PERL5= yes
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
CCFLAGS="${CFLAGS}"
.include <bsd.port.mk>