1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/p5-Socket6/Makefile
Hajimu UMEMOTO b2282453d3 Updated to 0.28.
No functional change.
2016-07-11 11:37:06 +00:00

26 lines
539 B
Makefile

# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
# $FreeBSD$
PORTNAME= Socket6
PORTVERSION= 0.28
#PORTREVISION= 0
CATEGORIES= net perl5 ipv6
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR=CPAN:UMEMOTO
PKGNAMEPREFIX= p5-
MAINTAINER= ume@FreeBSD.org
COMMENT= IPv6 related part of the C socket.h defines and structure manipulators
LICENSE= BSD3CLAUSE
USES= perl5
USE_PERL5= configure
CONFIGURE_ENV+= CC="${CC}"
PLIST_FILES= %%PERL5_MAN3%%/Socket6.3.gz \
%%SITE_ARCH%%/Socket6.pm \
%%SITE_ARCH%%/auto/Socket6/Socket6.so
.include <bsd.port.mk>