1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/p5-Socket6/Makefile

24 lines
470 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Socket6
# Date created: 24 May 2000
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Socket6
2000-06-03 15:44:08 +00:00
PORTVERSION= 0.07
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 \
CC="${CC}" CCFLAGS="${CFLAGS}"
.include <bsd.port.mk>